• Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • English APP
  • login
  • Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • Walkins
    • Corporate Job Exam
    • Government Job Exam
    • Entrance Exam
  • Training
    • Internship
  • Placement Questions
  • /
  • ADITI

Frequently Asked ADITI Placement Papers with Solution Page 7

ADITI Select Another Category Select Another Topic

Company

  • 3i-Infotech 345
  • Accenture 548
  • ADITI 81
  • Athenahealth 72
  • CADENCE 37
  • Capgemini 519
  • CMC 49
  • Cognizant 29
  • CSC 480
  • CTS 1340
  • Dell 49
  • Elitmus 44
  • GENPACT 516
  • Google 55
  • HCL 217
  • Hexaware 92
  • Huawei 81
  • IBM 1714
  • IGate 169
  • Infosys 2050
  • L&T 299
  • Microsoft 61
  • Miscellaneous 204
  • Oracle 74
  • Other 95
  • Patni 199
  • Sapient 44
  • Sasken 31
  • Self 38
  • Syntel 530
  • TCS 9109
  • Tech Mahindra 500
  • Wipro 1182

ADITI Question Topics

    Category (27)

    Logical Reasoning (28)

  • Coding Decoding (1)
  • General Mental Ability (1)
  • Logical Sequences (1)
  • Missing Character (2)
  • Numerical Ability (13)

  • Data Sufficiency (1)
  • Number System (1)
  • Percentage (1)
  • Permutation and Combination (1)
  • Profit and Loss (2)
  • Ratio and Proportion (1)
  • Programming (11)

  • Definition (1)
  • Program (10)
Keep an EYE (0)
Solved Question (1) UnSolved Question (81)
Pages: 9FirstPrev3456789NextLast
Advertisements

(#M40032193) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. Give the output for the following program.

#define STYLE1 char
main()
{
typedef char STYLE2;
STYLE1 x;
STYLE2 y;
clrscr();
x=255;
y=255;
printf("%d %dn",x,y);
}

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Program

(#M40032192) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is the output for the program given below

typedef enum grade{GOOD,BAD,WORST,}BAD;
main()
{
BAD g1;
g1=1;
printf("%d",g1);
}

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (2) Submit Your Solution Program
Advertisements

(#M40032191) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

6. In the program segment in question 5 what is the value of a at the end of the while loop?

Asked In ADITI Aashu (11 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (1) Submit Your Solution Program

(#M40032190) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. In the following program segment

#include
main()
{
int a=2;
int b=9;
int c=1;
while(b)
{
if(odd(b))
c=c*a;
a=a*a;
b=b/2;
}
printf("%dn",c);
}

How many times is c=c*a calculated?

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Program

(#M40032188) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is the output of the following program

#include
main()
{
int i=0;
fork();
printf("%d",i++);
fork();
printf("%d",i++);
fork();
wait();
}

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Program

(#M40032187) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is the output of the program given below

#include
main()
{
char i=0;
for(;i>=0;i++) ;
printf("%dn",i);
}

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Program

(#M40032186) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

SECTION - COMPUTER AWARENESS

NOTE : The questions are of multiple choice format in the paper

1. What is the number of functions of a three variable boolean function?

2. Which is the most commonly used replacement algorithm?
Ans. LRU

3. Which memory management technique involves dividing the memory into fixed sized blocks?
Ans. Paging

4. What is video resolution ?

5. The processing speed of a microprocessor depends on _____?
Ans. data bus width

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution Definition

(#M40032175) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Questions are based on the following: Four cards of different suits are dealt one apiece to A, B, C and D.
B says: Mine is not a club. A says: Mine is not a spade.
D says: Mine is not a diamond. C says: Mine is not a spade.
A says: Mine is not a heart.

Q1. A held
(a)heart (b)clubs (c)diamonds (d) spade

Q2. B held
(a)heart (b)clubs (c)diamonds (d)spade

Q3. C held
(a)heart (b)clubs (c)diamonds (d)spade

Q4. D held
(a) heart (b) clubs (c) diamonds (d)spade

Asked In ADITI Aashu (11 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40032172) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Hint - Check ADITI section
Q. Is it true that the Carpenter lives on the first floor.?
1) the Barber lives two floors above the black smith who in turn stays one floor above the carpenter.
2) the blacksmith lives two floors above the weaver who lives one floor below the carpenter in a three storeyed
building.

Asked In ADITI Aashu (11 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40032171) ADITI QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle


Hint - Check ADITI placement paper section
Q. Is it true that smiling is easier than frowning?
1) Smiling requires the movement of 14 facial muscles while frowning requires the movement of 24 facial muscles.
2) Moving every facial muscles requires the same amount of effort.

Asked In ADITI Aashu (11 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution
Keep an EYE (0)
Solved Question (1) UnSolved Question (81)
Pages: 9FirstPrev3456789NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

no image
Dimple
India
Punjab
Time: 00:01:33
Points
19

Maths Quotes

The things of this world cannot be made known without a knowledge of mathematics.

Roger Bacon

Language is remarkable, except under the extreme constraints of mathematics and logic, it never can talk only about what it's supposed to talk about but is always spreading around.

Raju Sharma

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 5 years ago

Thanks m4 maths for helping to get placed in several companies.
I must recommend this website for placement preparations.

yash mittal 5 years ago

Now enjoy Offline Access of latest Question.

Get M4maths app to avail expert's solution and latest selected questions.

Download m4maths app now

  • 2533K+Registerd user
  • 1774K+Engineers
  • 759K+MBA Asprirant
  • 3K+Enginnering College
  • 250+Company Exam
  • 150K+Interview Questions
  • Site Links
  • Home
  • Result
  • Today's Puzzle
  • Discussion Board
  • Maths Tricks
  • Advertise with us
  • Contact Us
  • Useful Info
  • Maths Quotes
  • Previous Puzzles
  • Prize
  • Privacy Policy
  • Disclaimer and Copyright
  • Terms and Conditions
  • Sitemap
  • Placement papers
  • TCS Placement Paper
  • HCL Placement Paper
  • INFOSYS Placement Paper
  • IBM Placement Paper
  • SYNTEL Placement Paper
  • TECHNICAL Interview
  • HR Interview
All rights are reserved to @m4maths.com