wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ISTE TECHNICAL

Total questions: 20

Worksheet time: 8mins

Name
Class
Date
1.

What does I.S.T.E stand for?

a)

Institute of Scientific and Technical Education

b)

Indian Society of Technology and Engineering

c)

Indian Society for Technical Education

d)

Institution of Science and Technical Education

2.

How can you measure the efficiency of an the algorithm?

a)

Processor and memory

b)


Time and space

c)


Complexity and capacity

d)

Data and space

3.

Assuming int is of 4 bytes, what is the size of int arr[15] ?

a)

4

b)

60

c)

15

d)

14

4.

A one-dimensional array containing one-dimensional arrays is called

a)
three-dimensional array
b)
two-dimensional array
c)
matrix
d)
list of arrays
5.

O(n) means computing time is

a)
Linear time complexity
b)
Exponential time complexity
c)
Quadratic time complexity
d)
Constant time complexity
6.

What will be the output of the following code snippet?

a)

5

b)

15

c)

9

d)

6

7.

What function is used to append a character at the back of a string in C++?

a)

concat_back( )

b)

append_char( )

c)

push_back( )

d)

add_back( )

8.

What is the output of the following C++ code?

a)

1

b)

3

c)

2

d)

Error

9.

What is the output of the following C++ code snippet?

a)

5

b)

8

c)

64

d)

3

10.

Which of the following HTML tags is used to include external JavaScript files?

a)

<script src="file.js">

b)

<script href="file.js">

c)

<link src="file.js" rel="script">

d)

<js src="file.js">

11.

In a RESTful API, which HTTP method is used to update a resource?

a)
PUT
b)
GET
c)
DELETE
d)
POST
12.

What will be the output of this JavaScript code?

a)

3

b)

"3"

c)

2

d)

"2"

13.

What is the output of the following JavaScript code?

a)

{ message: "Hello" }

b)

undefined

c)

null

d)

Hello

14.

Which of the following HTTP status codes indicates a successful request?

a)
200
b)
301
c)
500
d)
404
15.

Which database system is developed by Google?

a)

Supabase

b)

MongoDB

c)

Firebase

d)

PostgreSQL

16.

What will be logged to the console?

a)

3 , 1

b)

3 , 2

c)

1 , 2

d)

3 , undefined

17.

In the code snippet, in what order will the margins be added?

a)
Bottom, Left, Top, Right
b)
Left, Bottom, Right, Top
c)
Right, Top, Left, Bottom
d)
Top, Right, Bottom, Left
18.

Which of the following syntax is correct in CSS to make each word of a sentence start with a capital letter?

a)
text-transform: upper-case;
b)
text-transform: capitalize;
c)
text-transform: first-letter;
d)
text-transform: title-case;
19.

Fill in the blank to push local changes to the remote repository:

a)

push

b)

pull

c)

add

d)

merge

20.

Best format for high-quality and optimized web use?

a)

JPEG

b)

GIF

c)

WebP

d)

PNG