computer & informatics (winter 2010) question

Post your question papers here. use attachments..

computer & informatics (winter 2010) question

Postby manish24verma » Wed Dec 22, 2010 7:08 pm

computing and informatics
question winter,2010
answer any two from group A & B and all from C

1a}.How are function defined in C and what are the different way in which arguments are passed to a function? 5
B}. write a non recursive function to calculate the factorial of a given number n? 5
C}. write a recursive function to calculate the factorial of a given integer n. 5
D}. write a C program to find the sum of the series up to n terms . Assume x is a floating point number
1 + x + x2/2 + x3/3 +……….+ xn/n 5
2a. write an algorithm to triangularization of n linear equation in n unknowns. 6
b. what is ARP ? How it differ from IP? At what layer of OSI model does it work ? 7
C. Construct an Entity Relationship diagram for a car insurance company whose each customer more or less has its own car . Each car has associated with it zero to any number of recorded accidents. 7
3a. List Four significant differences between a file processing system and a DBMS. 6
b. Explain the differences between the logical and physical data independence. 6
C. Write a C program to determine how much money will accumulate in a bank after n years , if a known amount,p,is deposited initially and the amount collect interest at a rate of r percent per year compounded annually. 8
4a. Write a C ++ program to print the universal time and standard time using a time class .
B. Write a C++ program to overload the stream insertion operator (<<)to handle data of a user defined-type which is a phone number of the form :area code –exchange and number. 7
C. List six major steps that one can take in setting up a database for a particular enterprise . 6

GROUP-B
5 a. Write four major responsibilities of an operating system .Give essential properties of MS-DOS. 7

b. What is the difference between a compiler and an interpreter?Compare the relative advantage of a compiled language and an interpreted language 6

C. What is the file system and an i-node ?How does the operating system protect files of one user from other users? 7

6 a. Realize the digital ckt for the Boolean function Z=b.c+a.b+c.a by using AND gate and OR gates. 6
b. Convert the following binary numbers to their equivalent hexdecimal numbers:
1. (111100110.101011)2 3+3
2. (111010100011.01010110)2
C. find the values of the following binary arithmetic operation.
i) Divide (100101100)2 by (11011)2 4+4
ii) Multiply (11101)2 by (11011)2


7 a. Find the values of two valued variables A,B,C, and D by solving the set of simultaneous equations: 7
A’+AB=0
AB=AC
AB+AC’+CD=C’D
Where x’ represents the complement of x.

b. Given a regular expression
a* (a / b) aa
construct an equivalent non deterministic finite automata(NFA) 7

c. simplify the following algebraic equation: 3+3
i) (x’+xyz’) + (x’+xyz’) + (x+x’y’z)
ii) xy + wxyz’ +x’y

8. a What are thye components of a computer ? Draw the vaun neumann architecture of a computer and explain its working?
b. Draw the block diagram of a SR flip flop and implement it by using crossed coupled NOR or NAND gates?
c. How many bits are required to represent the following decimal number as unsigned /binary integers : i) 384 ii) 147 3+3

GROUP-C
i) How many RAM chips size 256 KB are required tonrealize a 1 GB memory.
ii) List the basic difference between DOS and UNIX
iii) List two disadvantage of a database system as a compared to file based system.
iv) What information does a superblock of a file system contain?
v) Give the hexadecimal equivalent of the following binary number (101101.0101)2
vi) Show that a+ab =a
vii) Explain the following statement of C int (*x)[20];
viii) What does MIME stands for and where is it used?
ix) Two PCs are located in adjacent room and a third PC is in a building 300 yards away.explain how you could connect three PC to create a single network.
x) What is the output of the following C++ statement
Cout<<fixed<<left<<set precision
(1)<<setw(15)<<333.546372
You do not have the required permissions to view the files attached to this post.
manish24verma
 

ad
 

Re: computer & informatics (winter 2010) question

Postby manish24verma » Thu Dec 30, 2010 6:25 pm

manish24verma wrote:computing and informatics
question winter,2010
answer any two from group A & B and all from C

1a}.How are function defined in C and what are the different way in which arguments are passed to a function? 5
B}. write a non recursive function to calculate the factorial of a given number n? 5
C}. write a recursive function to calculate the factorial of a given integer n. 5
D}. write a C program to find the sum of the series up to n terms . Assume x is a floating point number
1 + x + x2/2 + x3/3 +……….+ xn/n 5
2a. write an algorithm to triangularization of n linear equation in n unknowns. 6
b. what is ARP ? How it differ from IP? At what layer of OSI model does it work ? 7
C. Construct an Entity Relationship diagram for a car insurance company whose each customer more or less has its own car . Each car has associated with it zero to any number of recorded accidents. 7
3a. List Four significant differences between a file processing system and a DBMS. 6
b. Explain the differences between the logical and physical data independence. 6
C. Write a C program to determine how much money will accumulate in a bank after n years , if a known amount,p,is deposited initially and the amount collect interest at a rate of r percent per year compounded annually. 8
4a. Write a C ++ program to print the universal time and standard time using a time class .
B. Write a C++ program to overload the stream insertion operator (<<)to handle data of a user defined-type which is a phone number of the form :area code –exchange and number. 7
C. List six major steps that one can take in setting up a database for a particular enterprise . 6

GROUP-B
5 a. Write four major responsibilities of an operating system .Give essential properties of MS-DOS. 7

b. What is the difference between a compiler and an interpreter?Compare the relative advantage of a compiled language and an interpreted language 6

C. What is the file system and an i-node ?How does the operating system protect files of one user from other users? 7

6 a. Realize the digital ckt for the Boolean function Z=b.c+a.b+c.a by using AND gate and OR gates. 6
b. Convert the following binary numbers to their equivalent hexdecimal numbers:
1. (111100110.101011)2 3+3
2. (111010100011.01010110)2
C. find the values of the following binary arithmetic operation.
i) Divide (100101100)2 by (11011)2 4+4
ii) Multiply (11101)2 by (11011)2


7 a. Find the values of two valued variables A,B,C, and D by solving the set of simultaneous equations: 7
A’+AB=0
AB=AC
AB+AC’+CD=C’D
Where x’ represents the complement of x.

b. Given a regular expression
a* (a / b) aa
construct an equivalent non deterministic finite automata(NFA) 7

c. simplify the following algebraic equation: 3+3
i) (x’+xyz’) + (x’+xyz’) + (x+x’y’z)
ii) xy + wxyz’ +x’y

8. a What are thye components of a computer ? Draw the vaun neumann architecture of a computer and explain its working?
b. Draw the block diagram of a SR flip flop and implement it by using crossed coupled NOR or NAND gates?
c. How many bits are required to represent the following decimal number as unsigned /binary integers : i) 384 ii) 147 3+3

GROUP-C
i) How many RAM chips size 256 KB are required tonrealize a 1 GB memory.
ii) List the basic difference between DOS and UNIX
iii) List two disadvantage of a database system as a compared to file based system.
iv) What information does a superblock of a file system contain?
v) Give the hexadecimal equivalent of the following binary number (101101.0101)2
vi) Show that a+ab =a
vii) Explain the following statement of C int (*x)[20];
viii) What does MIME stands for and where is it used?
ix) Two PCs are located in adjacent room and a third PC is in a building 300 yards away.explain how you could connect three PC to create a single network.
x) What is the output of the following C++ statement
Cout<<fixed<<left<<set precision
(1)<<setw(15)<<333.546372

COME BACK AGAIN
User avatar
manish24verma
Super Member
Super Member
 
Posts: 37
Joined: Thu Dec 30, 2010 5:36 pm
membership: Senior Technician of The Institution of Engineers (India)- ST

Re: computer & informatics (winter 2010) question

Postby praveen » Thu Dec 30, 2010 8:27 pm

Hi Manish,

All the Winter 2010 question papers are already attached in our forum.
Please make a valid 25 posts for getting super membership.
Repeated posts will be considered as invalid post... Thanks.. please keep posting good stuff.
Regards,
Praveen
AMIE Study

ImageImage
-------------------------------------------------------------------------------------------
AMIE Online Coaching
User avatar
praveen
Site Admin
 
Posts: 1008
Joined: Thu Oct 23, 2008 1:42 pm
Location: Mumbai
membership: Senior Technician of The Institution of Engineers (India)- ST

Re: computer & informatics (winter 2010) question

Postby sanjeevgowda » Fri Nov 25, 2011 1:59 am

Hi manish,

Its really helpful.
Thank u so much.

Sanjeev
sanjeev
User avatar
sanjeevgowda
Super Member
Super Member
 
Posts: 8
Joined: Tue Oct 05, 2010 11:15 am
Location: Mysore & BEllary, Karnataka
membership: Senior Technician of The Institution of Engineers (India)- ST

Re: computer & informatics (winter 2010) question

Postby kshitij.mali » Sat Nov 26, 2011 8:16 am

Dear moderater,

The doing AMIE is already an tough thing instead of making easy by sharing more and more knowledge from this site will help people to understand it.
i dont understand why u guys made the distingush of member and super member, whatever thanks for the guys who uploaded the question paper even though
they have less they have shared it , and which helped me and thats the definition of forum i believe.


Regards,
kshitij
9967490880
kshitij.mali
Registered User
 
Posts: 7
Joined: Tue Nov 22, 2011 2:40 pm
membership: Senior Technician of The Institution of Engineers (India)- ST

Re: computer & informatics (winter 2010) question

Postby suryakantprabhu » Sat Dec 03, 2011 11:05 am

Hi Manish,

Thanks alot for sharing info.

Best Regards
Suryakant.
suryakantprabhu
Registered User
 
Posts: 12
Joined: Sat Dec 03, 2011 9:41 am
membership: Senior Technician of The Institution of Engineers (India)- ST

Re: computer & informatics (winter 2010) question

Postby dmvishal » Thu Dec 15, 2011 6:24 pm

thanks fr ur efforts dude...
User avatar
dmvishal
Super Member
Super Member
 
Posts: 42
Joined: Wed Jun 03, 2009 12:45 pm
membership: Technician of The Institution of Engineers (India)- T

Re: computer & informatics (winter 2010) question

Postby iatmig29 » Mon Jan 16, 2012 7:49 pm

manish24verma wrote:computing and informatics
question winter,2010
answer any two from group A & B and all from C

1a}.How are function defined in C and what are the different way in which arguments are passed to a function? 5
B}. write a non recursive function to calculate the factorial of a given number n? 5
C}. write a recursive function to calculate the factorial of a given integer n. 5
D}. write a C program to find the sum of the series up to n terms . Assume x is a floating point number
1 + x + x2/2 + x3/3 +……….+ xn/n 5
2a. write an algorithm to triangularization of n linear equation in n unknowns. 6
b. what is ARP ? How it differ from IP? At what layer of OSI model does it work ? 7
C. Construct an Entity Relationship diagram for a car insurance company whose each customer more or less has its own car . Each car has associated with it zero to any number of recorded accidents. 7
3a. List Four significant differences between a file processing system and a DBMS. 6
b. Explain the differences between the logical and physical data independence. 6
C. Write a C program to determine how much money will accumulate in a bank after n years , if a known amount,p,is deposited initially and the amount collect interest at a rate of r percent per year compounded annually. 8
4a. Write a C ++ program to print the universal time and standard time using a time class .
B. Write a C++ program to overload the stream insertion operator (<<)to handle data of a user defined-type which is a phone number of the form :area code –exchange and number. 7
C. List six major steps that one can take in setting up a database for a particular enterprise . 6

GROUP-B
5 a. Write four major responsibilities of an operating system .Give essential properties of MS-DOS. 7

b. What is the difference between a compiler and an interpreter?Compare the relative advantage of a compiled language and an interpreted language 6

C. What is the file system and an i-node ?How does the operating system protect files of one user from other users? 7

6 a. Realize the digital ckt for the Boolean function Z=b.c+a.b+c.a by using AND gate and OR gates. 6
b. Convert the following binary numbers to their equivalent hexdecimal numbers:
1. (111100110.101011)2 3+3
2. (111010100011.01010110)2
C. find the values of the following binary arithmetic operation.
i) Divide (100101100)2 by (11011)2 4+4
ii) Multiply (11101)2 by (11011)2


7 a. Find the values of two valued variables A,B,C, and D by solving the set of simultaneous equations: 7
A’+AB=0
AB=AC
AB+AC’+CD=C’D
Where x’ represents the complement of x.

b. Given a regular expression
a* (a / b) aa
construct an equivalent non deterministic finite automata(NFA) 7

c. simplify the following algebraic equation: 3+3
i) (x’+xyz’) + (x’+xyz’) + (x+x’y’z)
ii) xy + wxyz’ +x’y

8. a What are thye components of a computer ? Draw the vaun neumann architecture of a computer and explain its working?
b. Draw the block diagram of a SR flip flop and implement it by using crossed coupled NOR or NAND gates?
c. How many bits are required to represent the following decimal number as unsigned /binary integers : i) 384 ii) 147 3+3

GROUP-C
i) How many RAM chips size 256 KB are required tonrealize a 1 GB memory.
ii) List the basic difference between DOS and UNIX
iii) List two disadvantage of a database system as a compared to file based system.
iv) What information does a superblock of a file system contain?
v) Give the hexadecimal equivalent of the following binary number (101101.0101)2
vi) Show that a+ab =a
vii) Explain the following statement of C int (*x)[20];
viii) What does MIME stands for and where is it used?
ix) Two PCs are located in adjacent room and a third PC is in a building 300 yards away.explain how you could connect three PC to create a single network.
x) What is the output of the following C++ statement
Cout<<fixed<<left<<set precision
(1)<<setw(15)<<333.546372
You do not have the required permissions to view the files attached to this post.
iatmig29
Registered User
 
Posts: 11
Joined: Thu Jan 05, 2012 11:00 pm
Location: moscow,russia
membership: Senior Technician of The Institution of Engineers (India)- ST

Re: computer & informatics (winter 2010) question

Postby iatmig29 » Mon Jan 16, 2012 7:54 pm

Photo0018.jpg
manish24verma wrote:computing and informatics
question winter,2010
answer any two from group A & B and all from C

1a}.How are function defined in C and what are the different way in which arguments are passed to a function? 5
B}. write a non recursive function to calculate the factorial of a given number n? 5
C}. write a recursive function to calculate the factorial of a given integer n. 5
D}. write a C program to find the sum of the series up to n terms . Assume x is a floating point number
1 + x + x2/2 + x3/3 +……….+ xn/n 5
2a. write an algorithm to triangularization of n linear equation in n unknowns. 6
b. what is ARP ? How it differ from IP? At what layer of OSI model does it work ? 7
C. Construct an Entity Relationship diagram for a car insurance company whose each customer more or less has its own car . Each car has associated with it zero to any number of recorded accidents. 7
3a. List Four significant differences between a file processing system and a DBMS. 6
b. Explain the differences between the logical and physical data independence. 6
C. Write a C program to determine how much money will accumulate in a bank after n years , if a known amount,p,is deposited initially and the amount collect interest at a rate of r percent per year compounded annually. 8
4a. Write a C ++ program to print the universal time and standard time using a time class .
B. Write a C++ program to overload the stream insertion operator (<<)to handle data of a user defined-type which is a phone number of the form :area code –exchange and number. 7
C. List six major steps that one can take in setting up a database for a particular enterprise . 6

GROUP-B
5 a. Write four major responsibilities of an operating system .Give essential properties of MS-DOS. 7

b. What is the difference between a compiler and an interpreter?Compare the relative advantage of a compiled language and an interpreted language 6

C. What is the file system and an i-node ?How does the operating system protect files of one user from other users? 7

6 a. Realize the digital ckt for the Boolean function Z=b.c+a.b+c.a by using AND gate and OR gates. 6
b. Convert the following binary numbers to their equivalent hexdecimal numbers:
1. (111100110.101011)2 3+3
2. (111010100011.01010110)2
C. find the values of the following binary arithmetic operation.
i) Divide (100101100)2 by (11011)2 4+4
ii) Multiply (11101)2 by (11011)2


7 a. Find the values of two valued variables A,B,C, and D by solving the set of simultaneous equations: 7
A’+AB=0
AB=AC
AB+AC’+CD=C’D
Where x’ represents the complement of x.

b. Given a regular expression
a* (a / b) aa
construct an equivalent non deterministic finite automata(NFA) 7

c. simplify the following algebraic equation: 3+3
i) (x’+xyz’) + (x’+xyz’) + (x+x’y’z)
ii) xy + wxyz’ +x’y

8. a What are thye components of a computer ? Draw the vaun neumann architecture of a computer and explain its working?
b. Draw the block diagram of a SR flip flop and implement it by using crossed coupled NOR or NAND gates?
c. How many bits are required to represent the following decimal number as unsigned /binary integers : i) 384 ii) 147 3+3

GROUP-C
i) How many RAM chips size 256 KB are required tonrealize a 1 GB memory.
ii) List the basic difference between DOS and UNIX
iii) List two disadvantage of a database system as a compared to file based system.
iv) What information does a superblock of a file system contain?
v) Give the hexadecimal equivalent of the following binary number (101101.0101)2
vi) Show that a+ab =a
vii) Explain the following statement of C int (*x)[20];
viii) What does MIME stands for and where is it used?
ix) Two PCs are located in adjacent room and a third PC is in a building 300 yards away.explain how you could connect three PC to create a single network.
x) What is the output of the following C++ statement
Cout<<fixed<<left<<set precision
(1)<<setw(15)<<333.546372
You do not have the required permissions to view the files attached to this post.
iatmig29
Registered User
 
Posts: 11
Joined: Thu Jan 05, 2012 11:00 pm
Location: moscow,russia
membership: Senior Technician of The Institution of Engineers (India)- ST

Re: computer & informatics (winter 2010) question

Postby iatmig29 » Mon Jan 16, 2012 7:58 pm

this is question computer winter11 page3
You do not have the required permissions to view the files attached to this post.
iatmig29
Registered User
 
Posts: 11
Joined: Thu Jan 05, 2012 11:00 pm
Location: moscow,russia
membership: Senior Technician of The Institution of Engineers (India)- ST

Next

Return to AMIE Section A & B Old Question papers

Who is online

Users browsing this forum: No registered users and 0 guests