Saturday 31 January 2015

C language Tutorials-Variables and Data Types



The Data what be store can be classify as follows.


--> Variable is just a memory location which is capable of storing some data.

--> Datatype represent characteristic properties of a variable i.e the type of value to store and the amount of memory required.



--> So, the datatype provides a "C" language are as follows.
1) char (1 byte)
2) int (2 bytes)
3) float (4 bytes)
4) double (8 bytes)

--> The Keywords short, long, signed, unsigned are referred as Type Qualifiers. Because they specify/qualify the properties of datatype.

--> The Keywords short, long are in general referred as Size Qualifiers.

--> The Keywords signed, unsigned are referred as Sign Qualifiers.

--> When we don't specify any qualifiers, then by default it is considered as short and signed.

signed char ( 1 byte ):


     1   1   1   1   1   1   1 

        MSB <---- 7     6        5       4       3       2      1      0  ---->LSB

Range:  -128  to  +127

unsigned char( 1 byte ):

Range: 0 to 255

--> When we have n bits, the range of signed type will be -2n-1 to +2n-1-1 and for unsigned type will be 0 to 2n-1

Example:-

signed char ---> 8 bits ---> -27 to +27-1
                                    ---> -128 to +127

unsigned char ----> 8 bits ---> 0 to 28-1
                                                 0 to 255

short signed int ----> 2 bytes ---> 16 bits ---> -215 to 215-1
                                                                         -32768 to 32767

short unsigned int ----> 2 bytes ---> 16 bits ---> 0 to 216-1
                                                                             0 to 65535

long signed int ----> 4 bytes ---> 32 bits ---> -231 to 231-1
                                                                        -2147483648 to 2147483647

long unsigned int ---> 4 bytes ---> 32 bits ---> 0 to 232 -1
                                                                           0 to 4294967296



float ( 4 bytes):

            Here the data will be stored in Mantissa and Exponent format.

--> Here we can store a maximum of 6 digits only in the functional part.

--> Similarly double type required 8 bytes.

--> Memory will not be allocated for a datatype.

--> Memory will allocated only for a variable.

--> So, we can't stored data in a datatype, but we can store data only in a variable

--> A Variable can't be access unless we declare it.

--> The syntax for declaring a variable is as follows.

              datatype <variable name> [= value]

--> When we declare a variable, memory will be allocated for the corresponding number of bytes and initially it contains some dummy value and is referred as garbage value.

Example:- Declaration:
                     
---> We can also specify the value to be placed in a variable at the time of declaration itself and it is referred as initialization.

Example:- Initialization:

---> The value contained in a  variable can be changed/modified as required the assigning the necessary value and it is referred as assignment

Example:-  Assignment:

---> When we are required to display a direct value or the value contained in a variable or the result contained in a variable or the result of an expression, we should specify the type specifiers in  the format.

---> Some of the type specifiers are as follows.


%c                          --------->  Character

%i (or) %d             --------->  integer

%f                          --------->  float

%g                         --------->   double

%li (or) %ld           --------->  long integer

%lf                         --------->  long float

%lg                        --------->  long double 

%u                         --------->  unsigned


---> The symbol % represents unknown value or blank, which will be filled later

---> The symbol next do % specify the type of value to be filled in that blank

---> The value to be filled in that blank should be specified after the format.

Example:-

               #include<stdio.h>
               #include<conio.h>
               void main( )
               {
                        int x;
                        x = 56;
                        printf("%i", x);
                }

Output:-

          56       


---> The output is to be displayed in the most possible stylish way.







           

Sunday 25 January 2015

Problems on Time and Work asked in various placements

Time & Work:

Work = Men x Days

(M1 D1 T1 E1)/W1 = (M2 D2 T2 E2)/W2

Where M1, M2 = Men
            D1, D2 = Days
            T1, T2 = Time
            E1, E2 = Efficiency


1) 25 men complete a work in 25 days. In how many days one man do the same work?
a) 225
b) 625
c) 125
d) None

Ans: 625

2) A fisherman catch the 5 fishes in 5 days. In how many days 10 man catch 10 fishes?
a) 3
b) 4
c) 5
d) 6

Ans: 5

3) 40 men complete a work in 30 days. All men started work after every 10 days 5 men were left. In how many days the total work completed?
a) 4
b) 5
c) 6
d) 7

Ans: 6

4) 40 men complete a work in 150 days after 10 days 30 members join to them. In how many days the total work should be completed?
a) 20 days
b) 30 days
c) 40 days
d) 80 days

5) A Contract is to be completed in 46 days and 117 members set to work, each work in 8 hours, after 33 days 4/7 of the work is completed. How many additional may be employ. So that the work may be completed in time. Each man working 9 hours a day.
a) 81
b) 91
c) 27
d) 9

Ans: 81

6) 5 men (or) 9 women complete a work in 19 days. In how many days 3 men and 6 women complete the same work?
a) 10 days
b) 15 days
c) 20 days
d) 30 days

Ans: 15 days




Problems on Permutations and Combinations asked in various placements


1) In how many ways can the team members be arranged for the team picture if all the males are always together and if the team comprises of 7 males and 6 females?
  a) 13!
  b) 7! 7!
  c) 7! 6!
  d) 14!

2) A written exam consists of 6 questions with the answer options as yes/no/none. In how many ways can the examinees select the answers?
  a) 6P3 ways
  b) 6C3 ways
  c) 3C1. 3C1. 3C1. 3C1. 3C1
  d) (3C1)^6

3) In a quiz competition, the host asked a question provided three possible answers. What is the probability that the snswer choice which Rohit selects for a question is wrong?
  a) 1/3
  b) 1/2
  c) 3C1 * 3/2
  d) 2/3

4) Probability of one of the power plants over heating is 0.15per day and the probability of failure of the backup cooling system is 0.11. If these events are independent, what is the probability of "big trouble"(i.e. both events taking place)?
  a) 0.35
  b) 0.0185
  c) 0.0165
  d) 0.26

5) There are 5 letters and 5 addressed envelopes. The number of ways in which all the letters can be put in wrong envelope are?
  a) 119
  b) 44
  c) 59
  d) 40

6) Tickets numbered 1 to 20 are mixed up and then a ticket is drawn at random. what is the probability that selecting multiple of 3 or 5?
  a) 9/20
  b) 7/20
  c) 1/4
  d) None

7) A bag contains 2 red, 3 green and 2 blue, 2 balls are drawn at random. Probability that none of the balls drawn is blue?
a) 2/5
b) 10/21
c) 11/21
d) 9/21

8) Two dice are thrown simultaneously, what is the probability of getting two numbers whose product is even?
a) 1/4
b) 7/36
c) 3/4
d) none

9) From a pack of 52 cards, two cards are drawn together at random. What is the probability that both the cards are being kings?
a) 1/15
b) 25/37
c) 35/256
d) 1/221

10) In how many can a group of 5 men and 2 women be made out of a total of 7 men and 3 women?
a) 63
b) 62
c) 31
d) 30

11) A box contains 2 white balls, 3 black balls and 4 red balls. In how many ways can 3 balls be drawn from the box, if at least one black ball is to be included in the draw?
a) 32
b) 64
c) 33
d) 61








Saturday 24 January 2015

Problems on H.C.F and L.C.M asked in various placements


--> H.C.F = (H.C.F of Numerators)/(L.C.M of Denominators)

--> L.C.M = (L.C.M of Numerators)/(H.C.F of Denominators)

--> Two numbers are said to be co-primes. If their H.C.F is 1.

--> The product of Least powers of common prime factors gives H.C.F.

--> The product of highest powers of all the factors gives L.C.M


1) The LCM of 26 x 32 x 5 x 7, 23 x 35 x 7 and 2 x 3x 5 is:
  a) 26 x 35
  b) 26 x 35 x 5
  c) 26 x 35 x 7
  d) 26 x 35 x 5 x 7

2) What is the LCM of 3, 2.7 and .09?
  a) 0.27
  b) 2.7
  c) 27
  d) 2700

3) Find the number to be multiplied by (-6)(-1). so as to get (-8)(-1) as the product?
  a) 3/4
  b) -(3/4)
  c) 4/3
  d) -(4/3)

4) What is the value of the expression 3√(√0.000729)?
  a) 0.03
  b) 0.3
  c) 3
  d) 0.27
  e) 0.027

5) What is the value of (33 * 812 * 20)/(95)?
  a) 0
  b) 3
  c) 1/3
  d) None of the above

6) what is the H.C.F 23 x 32 x 5 x 74, 22 x 35 x 52 x 76 and 23 x 53 x 72
  a) 980
  b) 840
  c) 740
  d) 540






Friday 23 January 2015

Problems on Numbers(Aptitude) Questions asked in Various Campus Placements

Number:

               A Number is a group of digits.

Various types of Numbers:

1) Natural Numbers:

      1, 2, 3, 4, 5, 6, 7, 8, 9, 10................

These are called as Natural Numbers

2) Whole Numbers:

      0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10............

These are called as Whole Numbers

3) Integers:

............,-10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ...............

These are called as Integers

Positive Integers(Natural Numbers): 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.........

Negative Integers: -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, ..............

Non-Negative Integers(Whole Numbers): 0, 1, 2, 3, 4, 5, 6, ...............

Even Numbers:  Numbers which are divisible by 2 are called as Even Numbers

Odd Numbers:  Numbers which are not divisible by 2 are called as Odd Numbers

Prime Numbers: If a number has exactly two factors called as prime number

Divisibility:

1)Divisible by 2: last digit is Even or not
       
         Eg: 1234 is divisible by 2
                1235 is not divisible by 2

2) Divisible by 3 and 9: Sum of digits

         Eg: 246591 = 2+4+6+5+9+1 = 27 which is divisible by 3 & 9
                1234 = 1+2+3+4 = 10 which is not divisible by 3 & 9

3) Divisible by 4: last two digits

         Eg: 5932  last two digits are 32, it is divisible by 4
                1435 last two digits are 35, it is not divisible by 4

4) Divisible by 8: last 3 digits

         Eg: 54352 last three digits are 352, it is divisible by 8
                576484 last three digits are 484, it is not divisible by 8

5) Divisible by 10: unit digit (or) last digit is 0
       
         Eg: 7849320, unit digit is 0, it is divisible by 10
                678405, unit digit is 5, it is not divisible by 10

6) Divisible by 11:

            (Sum of its digits at odd places) - (Sum of digits at Even Places)



Problems on Numbers:

1) What is the unit design in 7105?
  a) 1
  b) 2
  c) 3
  d) 7




Show Answer
   7105 = (74)26 x 7
   The Unit Digit of (74)26 is 1
   So, 7105 = 1 x 7 = 7
   The Unit Digit of 7105 is 7


2) 7589 - ? = 3434
  a) 4426
  b) 4706
  c) 4526
  d) 4155




Show Answer
   7589 - 3434 = ?
   4155=?
   So, Answer is 4155


3) 8988  ÷ 8 ÷ 4 = ?
  a) 280.75
  b) 280.50
  c) 280.20
  d) 280




Show Answer

4) How many of the following numbers is divisible by 132?

    264, 396, 462, 792, 968, 2178, 5184, 6336

  a) 4
  b) 5
  c) 6
  d) 7




Show Answer
   The factors of the 132 are 11, 3, 4
   264, 396, 792 and 6336 are divisible by 11, 3, 4
   So, Answer is 4.


5) Which one of the following number is exactly divisible by 11
  a) 235641
  b) 245642
  c) 315624
  d) 415624




Show Answer
   The Divisible condition for 11 is as follows
   (sum of digits at odd places) - (Sum of digits at even places)
   (4 + 5 + 2) - (1 + 6 + 4) = 11 - 11 = 0
   415624 is only divisible by 11.
   So, Answer is 415624


6) The difference of the squares of two consecutive odd integers is divisible by which of the following integers?
  a) 3
  b) 6
  c) 7
  d) 8




Show Answer
   Answer is 8


7) A number when divided by 296 leaves 75 as remainder. When the same number is divided by 37, the remainder will be?
  a) 3
  b) 1
  c) 5
  d) 8




Show Answer
   Answer is 1


8) How many natural numbers between 17 and 80 are divisible by 6?
  a) 5
  b) 6
  c) 7
  d) 11




Show Answer
   The Numbers which are divisible by 6 are as follows(from 18 to 78)
   18, 24, 30, 36,........ 79
   Let a=18, d=(24-18)=6, l=78=tn
   tn = a+(n-1)d
   78 = 18+(n-1)6
   (n-1)6 = 60
   n=11
   So, Answer is 11


9) What is the sum of (2+22+23+24+...........+ 210)?
  a) 2046
  b) 2048
  c) 1023
  d) 512




Show Answer
   Let a=2, r=22/2=2, n=10
   sum = a(rn-1)/(r-1)
   2(210-1)/(2-1) = 2(1024 - 1) = 2046
   So, Answer is 2046


10)  What is the sum of whole numbers upto 100?
  a) 2050
  b) 5000
  c) 5050
  d) none



Show Answer
   So, Answer is 5050




11) which of the following numbers si divisible by 6?
  a) 4322
  b) 3142
  c) 2256
  d) 1640

12) Which number should be subtracted from 321 so that it becomes prime?
  a) 2
  b) 4
  c) 6
  d) 9

13) What is the value of (33 * 812 * 20)/(95)?
  a) 0
  b) 3
  c) 1/3
  d) None of the above

14) Write 4.004 as a fraction of the lowest form
  a) 500/125
  b) 2002/500
  c) 1001/250
  d) 500/225

15) Find the number to be multiplied by (-6)^(-1). so as to get (-8)^(-1) as the product?
  a) 3/4
  b) -(3/4)
  c) 4/3
  d) -(4/3)









Thanks for Visiting.....

Thursday 22 January 2015

Fony Technologies Selection process and Placement Paper 2015


Selection Process 2015

1st Round

              Written Test(C language/Aptitude)

50 Questions-60 Minutes time

Note: The Online Test is conducted by monsterindia. So, try to prepare monsterindia previous questions.

2nd Round

            Group Discussion on General topics like Social Network

3rd Round

            HR Round




Placement Paper 2015:

1) What is the order of precedence of arithmetic operators
a) + - * /
b) / + - *
c) / * + -
d) * / + -

Ans: / * + -

2) What is the output of the following program

      #include<stdio.h>
      int main( )
      {
              printf("Let Us Code in C");
              main( );
              return 0;
       }

a) "Let Us Code in C" prints infinite times
b) Stack Overflow
c) error
d) None

3) what is (void *)0 ?
a) NULL Pointer
b) error
c) NULL Void Pointer
d) error


4) #include<stdio.h>  gets replaced the code in which time
a) linking
b) Compiling
c) Pre-processing
d) None

5) Which permission is give to USER1 to accesing the table data
a) READ permission
b) READ with GRANT permission
c) SELECT permission
d) None

6) In files "r+" mode is used for
   a) read
   b) read and write
   c) append
   d) write

Ans: read and write

7) (a) The (b) wood (c) floats (d) in water,  find out the error in the sentence?
   a) The
   b) wood
   c) floats
   d) in water

Ans: (d) in water
         The wood floats on water.

8) What is the correct sentence from the following?
  a) He fled into his life
  b) He fled for his life
  c) He fled of his life
  d) He fled with his life

Ans: He fled of his life

9) Problems on percentages

10) Problems on profit and ratio


For More Questions and Updates Subscribe Let Us Code in C


Enter Your Email for Latest Updates from this Website to your mailbox:


Please "Activate" Subscription Link Sent to Your Email






FONY Technologies interview process

Interview process for FONY Technologies

Selection process for FONY

FONY Technologies Placement Papers

fony technologies written test

font technologies written test pattern

fony technologies interview

fony technologies jobs

fony technologies written test papers

fony technologies placement papers

fony technologies interview questions

fony technologies previous papers

fony technologies recruitment process

fony technologies interview process




Thanks for Visiting...

Wednesday 21 January 2015

Bean Fiber/Telecom(ACT group) private limited Selection procedure and previous papers 2015


Selection Process:

1st Round

For B-Tech(CSE/ECE/ECM) Students:

       Written Test- 44 bits(C/Aptitude/OS)
       Duration: 40 minutes

For MBA Students:

      Group Discussion

2nd Round

      Technical Round-1

3rd Round

     Technical Round-2

4th Round

    HR Interview


2015 Written Test Paper


1) What is the Brain of the computer
a) CPU
b) Control Unit
c) Memory
d) ALU

Ans: CPU

2) Which computer is used for compact operations?
a) Mini
b) Super
c) Personal
d) None of these

Ans: Mini

3) If 126+327=455 then 323+427=?
a) 401
b) 750
c) 752
d) None of these

Ans: 752

4) What is the structure oriented programming language
a) PASCAL
b) BASIC
c) JAVA
d) COBOL

Ans: PASCAL

5) A can do the work in 20 days, B can do the same work in 40 days and C can do the same work in 80 days. If A,B,C are work together then how many days they complete the work?
a) 15
b) 16.6
c) 11.2
d) None of these

6) What is the output of the following program?

     #include<stdio.h>
     main( )
     {
            printf("A\n\tB\nn\tC\n\tD");
      }

a) error
b) A
           B
    n     C
           D
c) ABnCD
d) None

7) #include<stdio.h>
    main( )
    {
        {
             extern int a;
             printf("%d",a);
         }
         a=20;
     }
8) What is the output of the following program

        #include<stdio.h>
        main( )
        {
                 int i=0;
                 for(;i<=5;i++)
                 printf("%d",i)
         }
a) 012345
b) 12345
c) 5
d) None

Ans: 012345

9) What is the size of the int data type?
a) 4 bytes
b) 2 bytes
c) 1 byte
d) 2 bits

Ans: 2 bytes

10) Which of the following is not a programming language?
a) Ruby
b) JAVA
c) C+
d) Python

Ans: C+

11) How to access record from cassette
a) Direct
b) Random
c) Both a) and b)
d) None

12) What is the size of Baudot Code in Teleprinter?
a)2
b)3
c)5
d)32

Ans: 5

13)What is the decimal value of 10100
a) 20
b) 12
c) 100
d) None

Ans: 20

14) Binary numbers are represented in the powers of
a) 10
b) 100
c) 2
d) 5

Ans: 2 

15) The time taken for a disk drive to locate the area on the disk where the data to be read is stored called as?
a) Down time
b) Seek Time
c) Real Time
d) CPU cycle

Ans: Seek Time

16) A: vt=v^2
      B: t=2

a) Statement A alone is sufficient
b) Statement A alone is sufficient
c) Statement A and B are together is sufficient
d) Statement A and B are together is not sufficient


17)Statement and Conclusion problems

18) Problems on Time and Work

19) Problems on Percentages






Beam Fiber placement papers

ACT Placement Papers

Beam Fiber Selection process

Beam Telecom pvt ltd interview process

Interview process of Beam Fiber(ACT Group)

Beam Telecom placement papers 2015


For more updates subscribe Let Us Code in C.

Enter Your Email for Latest Updates from this Website to your mailbox:


Please "Activate" Subscription Link Sent to Your Email




Thanks for Visiting..........


Friday 9 January 2015

TCS OffCampus Drive for Batch of 2015, Registrations are Opend,

Year of Graduation: 2015

Disciplines: BE/B-Tech/ME/M-Tech and MCA

Percentage: 60%  and above, No backlogs and breaks in studies.

Branches: CSE/ECE/IT/EEE/ME/EIE

This is the process for how to apply for the TCS Recruitment Drive for Engineers?

Registration:


1) Go to https://nextstep.tcs.com


2) Clik on " Register Here"

3) Select "Off-Campus Applicant"

4) Fill all details of the Registration Form and click on Submit

5) Keep your Reference ID and Password safely.

Application:

1) After Completion of Registration process, go to https://nextstep.tcs.com

2) log on with your reference id and password

3) Fill all details in the "application form" on the left hand side menu of the profile

4) After filling all details in your application form, click on "Track My Application". If it shows "Application Received", then the application form is filled correctly or else check your application form and click on submit



Note:

It is mandatory to fill registration form and application form

for more details visit: www.careers.tcs.com

Tuesday 6 January 2015

C Language Programs to Print The Patterns in C language, Pattern Programs in C


C language programs for the following pattern



Pattern1:

          1  1  1  1
          2  2  2  2
          3  3  3  3
          4  4  4  4

Program:

#include<stdio.h>
#include<conio.h>
void pattern(int);
void main()
{
      int n;
      clrscr(); //clear the screen contents
      printf("\nEnter N value: ");
      scanf("%d",&n);
      pattern(n);
      getch();
}
void pattern(int n)
{
int i,j;
for(i=1;i<=n;i++)
{ printf("\n");
for(j=1;j<=n;j++)
{
printf("%d ",i);
}
}
}




Pattern2:

           1  2  3  4
           1  2  3  4
           1  2  3  4
           1  2  3  4

Program:

#include<stdio.h>
#include<conio.h>
void pattern(int);
void main()
{
      int n;
      clrscr(); //clear the screen contents
      printf("\nEnter N value: ");
      scanf("%d",&n);
      pattern(n);
      getch();
}
void pattern(int n)
{
int i,j;
for(i=1;i<=n;i++)
{ printf("\n");
for(j=1;j<=n;j++)
{
printf("%d ",j);
}
}
}




Pattern3:

          1  0  0  0  0
          0  1  0  0  0
          0  0  1  0  0
          0  0  0  1  0
          0  0  0  0  1

Program:

#include<stdio.h>
#include<conio.h>
void pattern(int);
void main()
{
      int n;
      clrscr(); //clear the screen contents
      printf("\nEnter N value: ");
      scanf("%d",&n);
      pattern(n);
      getch();
}
void pattern(int n)
{
int i,j;
for(i=1;i<=n;i++)
{ printf("\n");
for(j=1;j<=n;j++)
{
if(i==j)
{
printf("1 ");
}
else
{
printf("0 ");
}
}
}
}




Pattern4:

            1
            0  1
            0  0  1
            0  0  0  1
            0  0  0  0  1

Program:

#include<stdio.h>
#include<conio.h>
void pattern(int);
void main()
{
      int n;
      clrscr(); //clear the screen contents
      printf("\nEnter N value: ");
      scanf("%d",&n);
      pattern(n);
      getch();
}
void pattern(int n)
{
int i,j;
for(i=1;i<=n;i++)
{ printf("\n");
for(j=1;j<=n;j++)
{
if(i==j)
{
printf("1 ");
}
else if(i>j)
{
printf("0 ");
}
else
{
printf("  ");
}
}
}
}




Pattern5:

              1  0  0  0  0
                  1  0  0  0
                      1  0  0
                          1  0
                              1

Program:

#include<stdio.h>
#include<conio.h>
void pattern(int);
void main()
{
      int n;
      clrscr(); //clear the screen contents
      printf("\nEnter N value: ");
      scanf("%d",&n);
      pattern(n);
      getch();
}
void pattern(int n)
{
int i,j;
for(i=1;i<=n;i++)
{ printf("\n");
for(j=1;j<=n;j++)
{
if(i==j)
{
printf("1 ");
}
else if(i<j)
{
printf("0 ");
}
else
{
printf("  ");
}
}
}
}






Thanks for visiting............

AMCAT Quantitative ability Papers 2015 with Answers


Quantitative Ability Question Paper 2015

Latest AMCAT practice papers: Download Now

1) Find the number to be multiplied by (-6)-1. so as to get (-8)-1 as the product?

a) 3/4
b) -(3/4)
c) 4/3
d) -(4/3)

2) Abu company provides taxi for call center employees. The company has 7 Taveras. 5 Qualis. 6 Innovas and few small cars. If Tavera makes one fourth of the total fleet, how many small cars are there in the company?

a) 12
b) 7
c) 6
d) 10

3) If log5 = 0.69897, find the value of log500.

a) 2.7
b) 2.6
c) 1.7
d) 1.6

4) (173 * 175/2 * (173)3/2) * (175)3/35 * (176)1/7)-1=

a) 1751/7
b) 1743/7
c)175
d)1

5) What is the value of the expression 3√(√(0.000729))?

a) 0.03
b) 0.3
c) 3
d) 0.27
e) 0.027

6) A written exam consists of 6 questions with the answer options as yes/no/none. In how many ways can the examinees select the answers? 

a) 6P3 ways
b) 6C3 ways
c) 3C1. 3C1. 3C1. 3C1.3C1
d) (3C1)6

7) The LCM of  26 x 32 x 5 x 7.23 x 35 x 7 and 2 x 34 x 5 is

a) 26 x 35
b) 26 x 35 x 5
c) 26 x 35 x 7
d) 26 x 35 x 5 x 7

8) Which number should be subtracted from 321 so that it becomes prime?

a) 2
b) 4
c) 6
d) 9

9) In how many ways can the team members be arranged for the team picture if all the males are always together and if the team comprises of 7 males and 6 females?

a) 13!
b) 7! 7!
c) 7! 6!
d) 141

10) What is the value of (33 * 812 * 20)/95?

a) 0
b) 3
c) 1/3
d) None of the above

11) Write 4.004 as a fraction of the lowest form.

a) 500/125
b) 2002/500
c) 1001/250
d) 500/225

12)  A seller buys 10 phone chargers for Rs. 800 and sells them at the rate of Rs. 100 per charger. His gain percent is:

a) 0.25
b) 0.2
c) 0.3
d) 0.15

13) The velocity of water flowing over a water fall is 12 m/sec. After going over the fall the water slows to 6 m/sec in 3 seconds. What is the acceleration of water?

a) 5 m/s2
b) 2 m/s2
c) (-) 5 m/s2
d) (-) 2 m/s2

14) There are 5 letters and 5 addressed envelopes. The number of ways in which all the letters can be put in wrong envelopes are?

a) 119
b) 44
c) 59
d) 40

15) Body and Soul Gym Centre sells its brand new treadmill on an online bidding site at a profit of 20%. Had the centre sold the treadmill for Rs. 500 more, the profit would have been 25%. How much did the treadmill cost the gym centre when they had bought it initially?

a) Rs. 5,000
b) Rs. 6,000
c) Rs. 10,000
d) Rs. 15,000

16) A real estate developer purchased 2 acres of land for Rs. 1.5 crore. He divided it into 25 residential plots. He sold them at Rs. 25 lakhs per plot. What is his profit percentage?

a) About 200%
b) About 100%
c) About 366%
d) About 316%

17) Which of the following numbers is divisible by 6?

a) 4322
b) 3142
c) 2256
d) 1640

18) There are Red, Yellow and Green marbles in a jar. How many marbles are Yellow in color?

Given:
A. Probability of finding a Red marble is the same as that of a Green marble but is double that of finding a Yellow marble 
B. There are 6 Green marbles in the jar.

a) If the question can be answered by using statement A alone but not by using B alone
b) If the question can be answered by using statement B alone but not by using A alone
c) If the question can be answered by using statements alone
d) If the question can be answered by using both the statements but not by either statement alone.

19) What is the LCM of 3,2.7 and .09?

a) 0.27
b) 2.7
c) 27
d) 2700

20) Simplify the expression 7log5 p + √3/2 log5 q - 1/2 log5 2r

a) log5 p7 + q(√3)/2 - (√2)(√r)
b) log5 (p7 + q(√3)/2)/r
c) ln p7 . q(√3/2)/((√2)(√r))
d) log5 p7 . q(√3/2)/((√2)(√r))

21) Paul can complete a project in 6 days. With the help of an intern, he can do it in 4 days. In what time can the intern complete the project alone?

a) 6 days
b) 6 1/4 days
c) 12 days
d) 12 1/2 days

22) What is the percentage incurred by a company when it buys an assest for Rs. 1,50,000 and sells it for Rs. 75,500?

a) 49.67%
b) 49.34%
c) 98.68%
d) 98.34%

23) Probability of one of the power plants over heating is 0.15 per day and the probability of failure of the backup cooling system is 0.11. If these events are independent, what is the probability of 'big trouble'(i.e. both events taking place)?

a) 0.35
b) 0.0185
c) 0.0165
d) 0.26


24) A question paper consists of 4 sections with 7 questions in each section. A candidate has to select 2 sections and has to solve 9 questions choosing at least 3 from each of the selected sections. In how many ways can he answer the paper?

a) 80
b) 440
c) 792
d) 1320

25) Evaluate log5 (17/10)

a) log5 17 - log5 10
b) log5 7
c) log5 17-1
d) log5 17/log5 10
e) log17 - 2

For more latest AMCAT previous papers. Please use below link to download.