wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ByteWise_round1

Total questions: 12

Worksheet time: 11mins

Name
Class
Date
1.

Which of the following creates the smallest header?

a)

<H3></H3>

b)

<H6></H6>

c)

<H2></H2>

d)

<H4></H4>

2.

The universally accepted name for the first page on a website is

a)

home.html

b)

index.html

c)

first.html

d)

root.html

3.

What will be the output of the given code ?

arr1 = [1, 7, 2, 3, 5, 6, 8]

x = arr1[7]

print(x)

a)

7

b)

6

c)

8

d)

error

4.

Which tech stack is used in Web development ?

a)

MERN

b)

Power BI

c)

Pytorch

d)

Tensorflow

5.

How many times will "Hi" be printed to the console?

a)

0

b)

1

c)

2

d)

3

6.

High and low-level programming languages can be understood by a computer.

a)

T

b)

F

7.

An example of a high-level programming language is:

a)

Assembly

b)

Dart

c)

Cloud

d)

Machine code

8.

What is part of a database that holds only one type of information?

a)

field

b)

report

c)

record

d)

row

9.

What is the value of factorial(4)

a)

2

b)

4

c)

8

d)

24

10.

Which tech giant does not have a CEO of Indian origin?

a)

Alphabet

b)

Microsoft

c)

Motorola

d)

IBM

11.

4.5 % of 450 is ?

a)

45

b)

10

c)

20.25

d)

30

12.

A bus travels from the station to the beach, a distance of 576 km away in 6 hours.  The bus is only allowed to travel at a maximum speed of 90 km/h.  Did the driver break the speed limit?

a)

Yes

b)

No