CS PYQs
CS PYQs
A.5
B.10
C.15
D.25
A. Virus
B. Malware
C. Worm
D. Spyware
A. Size of screen
B. Shape of screen
C. Number of pixels
44. A collection of program that controls how your computer system runs and processes information is called
A. Operating System
B. Computer
C. Office
D. Compiler
45. _________ is the application of the investigation and analysis techniques to gather and preserve evidence from a
particular computing device in a way that is suitable for presentation in a court of law.
A. Robotics
B. Animation
C. Simulation
D.Computer Forensics
A. 4 bits
B. 8 bits
C. 12 bits
D. 16 bits
A. Dreamweaver
B. McAfee
C. Flash
D. Oracle
49. What is the term used for verification of a login name and password in computer
terminology?
A. Configuration
B. Authentication
C. Accessibility
D. Logging
50. A technique used by codes to convert an analog signal into a digital bit stream is known
as
B. Pulse stretcher
C. Query processing
D. Queue management
54. Which of the following is the numerical computing software for scientists and
mathematicians?
A. EDGE
B., Excel
C. MATLAB
D. Ada
55. A wireless technology built in electronic gadgets used for exchanging data over short
distances is?
A. Bluetooth
B. Wifi
C. Modem
D. USB
A. Vint Cerf
B. Tim Berner Lee
C. Charles Babbage
D. Steve Jobs
58. An electronic path, that sends signals from one part of computer to another is?
A. Logic Gate
B. Bus
C. Modem
D. Serial Port
59. A device used for video games, flight simulators, training simulators and for controlling
industrial robots
A. Mouse
B. Light pen
C. Joystick
D. Keyboard
A. Copper
B. Steel
C. Silicon
D. Iron
61. Which Technology company has launched a new initiative called 'Startup School'?
A. Microsoft
B.Google
C. Amazon
D. Apple
A. Microsoft
B. IBM
C. Samsung
D. Apple
63. Which term is related to database?
A. PHP
B. Oracle
C. Java
D. Assembly
A. 10
B. 12
C.14
D. 8
A. 422
B. 242
C. 224
D. 226
A. 543
B. 544
C. 545
D. 546
A. 1011
B. 0101
C.1010
D. 0011
A.6.5
B. 0.625
C. 0.25
D. 0.875
A. x+y= y+x
B. x.y = y.x
C. x.x' = 1
D.x+x' = 1
A. AB+BC
B. (A+B)(A+C)
C. (A+C)B
D. (A+B)C
A. A'B + AB'
B. AB+ A'B'
C. A+ A.B
D. A' + B'
72. If M denotes the number of memory locations and N denotes the word size, then an expression that denotes the
storage capacity is
A. M⭑N
B. M+N
C. 2M+N
D. 2M-N
73. What is the high speed memory between the main memory and the CPU called?
A. Register Memory
B. Cache Memory
C. Storage Memory
D. Virtual Memory
74. Which of the following error can a compiler check?
A. Syntax Error
B. Logical Error
A. Abstraction
B. Polymorphism
C. Encapsulation
D. Inheritance
A. packet switching
B. circuit switching
D. data switching
77. What will be values for a and c after execution of the following code if a is 10, b is 5, and c is 10?
a = a + 1;
else
C=c+1;
A. a 10, c=10
B. a = 10, c = 11
C. a= 11, c = 10 Da
D. a=11, c = 11
A. In the array, users can only allocate the memory at the run time.
B. In the array, users can only allocate the memory at the compile time.
C. The array is a primitive and non-linear data structure that only stores a similar data
type.
D. All of these
79. What is meant by 'a' in the following C file operation? fp = fopen("Random.txt", "a");
A. Attach
B. Append
C. Apprehend
D. Add
2023 CS PYQs
41. A Disk Defragmenter is an example of
(C) Compiler
42. Convert the following decimal number to a number system with radix 3.
(A) 10221
(C) 12201
(B) 10212
43. Which of the following is an encoding scheme created for Indian scripts:
(A) Unicode
(B) ISCII
(C) ESCII
(D) ASCII
(A) 64.6
(C) 64.4
(B) 46.4
45. Consider the following C language declarations & statements. Which statement is erroneous?
float fl=9.9;
float f2=66;
ptrF1=&fl;
ptrF2++;
ptrF1++;
(B) ptrF++
(C) ptrF2++;
char ch;
ch=130;
printf("\nvalue of ch=%d",ch);
(A) - 126
(C) 127
(B) - 127
(A) (n1^n2)+(a^a)=-6
(D) (nl^n2)+(a^a)=5
48. What is the output of following C code segment?
int i;
{ switch(i)
default: printf("%2d",i);
(A) 01112
(C) 01121
(B) 0112
int main()
char ch = 'A';
int x=97;
int y = sizeof(++x);
printf("\nx is %d",x);
while(ch <='F')
return 0;
switch(ch)
case 'A':
case 'B'
case 'C':
case 'E':
} putchar (ch);
}
Retutn 0;
(A) x is 97 ABCDEF
(C) x is 97 BCDEFG
(B) x is 98 BCDEFG
void e(int x)
if (x > 0)
e (--x);
printf("%2d",x);
e(--x);
int main()
{ e(3);
return 0;
(A) 0120
(B) 0220
51. How this scanf("%i%c", &i, &c ); will assign values to the variables i & c, when the input given by user
is :
29 w
(A) i= 29 c=''
(A) Unlimited
(A) The value of external/ global variable is unaffected by any manipulation of local variable.
54. C was originally developed in the 1970s by Dennis Ritchie at Bell Telephone Laboratories, Inc. which is an
outgrowth of two earlier languages, called :
(C) A & B
(A) 10001111
(C) 10000111
(B) 11001111
(D) 10101111
(A) (3076)
(C) (2376)
(D) 3376
(A) WhatsApp
(B) Fscetime
(C) IMO
(A) Is complement
(B) 2s complement
60. Which statement out of these is not correct about multiprocessor systems:
(B) Tightly coupled multiprocessor systems are much more energy-efficient than clusters.
(C) Loosely coupled multiprocessor systems/clusters are interconnected via a high-speed communication system.
61. Which file format is not suitable for SD card in Android phone?
(A) FAT32
(C) exFAT
(B) EEPROM
63. Select the next to smallest memory size from given below options:
(A) petabyte
(B) exabyte
(C) yottabyte
(D) zettabyte
64. When you simplify algebraically given below expression to a minimum sum of products, how many terms did you
get?
(A) 7
(B) 4
(C) 5
(D) 6
A'CD'E+A'B'D'+ABCE+ABD
(A) A'B'D'+ABD+BCD'E
(B) A'B'D'+ABD+ACD'E
(C) A'B'D'+ABD+BAD'E
(A)ASP
(B)javascript
(C)SQl
(D)None of these
Printf(“\nhellow” + 3)
(A) lo
(B) 1lo
(C) ello
Int count(unsigned x)
Int b;
b++;
return b;
Int main()
unsigned int a = 3;
printf(“%d”, count(a))
return 0;
(A) 2
(B) 3
(C) 4
(A) int
(B) float
(C) double
(A) ,
(B) <
(C) ? :
(D) []
(A) !
(B) ++
(C) ,
(D) ? :
72. consider the following Code segment:
If (n>0)
If(array[i] > 0) {
Printf(“%d\n”, array[i];)}
else
printf(“\n n is negative\n”);
(A) first
(B) secind
(C) both
(A) 3
(B) 4
(C) 5
74. What is the correct file mode that opens preexisting file in read and write mode :
(A) ab
(B) r+b
(C) w+b
"It decrements pointer p before fetching the character that p points to."
(A) *p--
(B) -- *p
(C) * -P
if both character pointers 's' and 't' point to the same string "abc".
(A) 4
(B) 3
(B) The break statement provides an early exit from for, while, and do, switch.
(C) The continue statement causes the next iteration of the enclosing for, while, or do loop to begin
78. Which out of these is not the keyword C99 has added in addition to 32 keywords defined by ANSI C:
(A) Bool
(B) inline
(C) register
(D) restrict
(A) 2007 another revised version of c programming language came with name CIX
80. Who developed World Wide Web version 3 which is known as "Semantic Web"?