wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Technical Quiz - INSIGHT 2K23

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.

What is an operating system?

a)

interface between the hardware and application programs

b)

collection of programs that manages hardware resources

c)

system service provider to the application programs

d)

all of the mentioned

2.

What is Software Engineering?

a)

Designing a software

b)

Testing a software

c)

Application of engineering principles to the design a software

d)

None of the above

3.

Who is the father of the C language?

a)

Steve Jobs

b)

James Gosling

c)

Dennis Ritchie

d)

Rasmus Lerdorf

4.

Which is a valid C expression?

a)

int my_num = 100,000;

b)

int my_num = 100000;

c)

int my num = 1000;

d)

int $my_num = 10000;

5.

The C-preprocessors are specified with _________ symbol.

a)

#

b)

$

c)

” ”

d)

&

6.

Which component is used to compile, debug and execute the java programs?

a)

JRE

b)

JIT

c)

JDK

d)

JVM

7.

Which of these are selection statements in Java?

a)

break

b)

continue

c)

for()

d)

if()

8.

What is the extension of compiled java classes?

a)

.txt

b)

.js

c)

.class

d)

.java

9.

Which of the following is a linear data structure?

a)

Array

b)

AVL Tree

c)

Binary Tree

d)

Graphs

10.

Which of the following data structures can be used to implement queues?

a)

Stack

b)

Arrays

c)

LinkedList

d)

All of the Above

11.

What will be the output of the following C code?

a)

Run time error

b)

7

c)

8

d)

Depends on compiler

12.

What will be the output of the following C code?

a)

Run time error

b)

h h

c)

h e

d)

h l

13.

What is the output of C Program with switch statement or block?

a)

MySwitch

b)

No Output

c)

Compiler Error

d)

None of the above

14.

What is the output of C Program with switch statement or block?

a)

ANT KING PALACE

b)

KING PALACE

c)

PALACE

d)

Compiler error

15.

The necessary condition to be checked before deletion from the Queue is__

a)

Overflow

b)

Underflow

c)

Rear value

d)

Front value

16.

conditional operators does not return a value

a)

true

b)

false

17.
a)

{1=C, 2=JavaEE, 4=Python, 3=PHP}

b)

{1=C, 2=JavaSE, 3=Python, 4=PHP}

c)

{1=C, 2=JavaEE, 3=Python, 4=PHP}

d)

{1=C, 2=JavaSE,2=JavaEE, 3=Python, 4=PHP}

e)

NullPointerException

18.

JDK stands for

a)

Java Developer Kit

b)

Java Development Kit

c)

Java Design Kit

d)

Java Debugging Kit

19.

Java is

a)

Machine dependent language

b)

Machine independent language

20.

Which of the following is not logical operator?

a)

&

b)

||

c)

!

d)

&&

21.

#include <stdio.h>

int main()

{

int a=10, b;

b=a%3;

printf("%d",b);

return 0;

}

a)

0

b)

2

c)

4

d)

1

22.

The size of character variable in c

a)

2 byte

b)

5 byte

c)

8 byte

d)

1 byte

23.

ChatGPT was Initially Released in the year

a)

2010

b)

2014

c)

2022

d)

2023