wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

JF UIT 2022 - Game 3

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What does FIFO stand for?

a)

A common dog's name

b)

Your credit score

c)

First in, first out

d)

Function input, file output

2.

What does -> mean in C?

a)

Nothing

b)

Starts a comment

c)

Replaces a star and dot operator

d)

Declares a pointer

3.

Which is the best description for the role of a compiler?

a)

Debug one's code

b)

Run the written program

c)

Distinguish between functions and arguments

d)

Turn source code into machine code

4.

What does SQL stand for?

a)

Strong Query Language

b)

Structured Query Language

c)

Strong Question Language

d)

Structured Question Language

5.

What is a correct syntax to output "Hello World" in Java?

a)

System.out.println("Hello World");

b)

print("Hello World");

c)

Console.WriteLine("Hello World");

d)

echo("Hello World");

6.

How do you print "hello, world" in Python?

a)

print("hello, world")

b)

p("hello, world")

c)

main("hello, world")

d)

input("hello, world)

7.

What is the function used to open a file in Python?

a)

fopen

b)

open

c)

fileopen

d)

file

8.

Which of the following is a valid way to print "!!!!" in Python?

a)

print("!")

b)

print("!!!") + "!"

c)

print("!!!!!" - "!")

d)

print("!" * 4)

9.

What does DNS stand for?

a)

Domain Number System

b)

Domain Name System

c)

Data Numbering Structure

d)

There're no such thing as DNS!

10.

What is a cookie?

a)

data used to identify your computer to websites

b)

a delicious snack

c)

both of the above

d)

none of the above

11.

*Which of the following is not a characteristic of a good hash function?

a)

Deterministic output

b)

Randomness

c)

Uniform distribution

d)

Efficiency

12.

What is the difference between NUL and NULL?

a)

NUL and NULL mean the same thing

b)

NUL refers to '\0' whereas NULL is the zero address

c)

NUL is the zero address whereas NULL refers to '\0'

d)

NUL is NULL but lazier

13.

*Which of the following types of overflow can result from recursion without a base case?

a)

heap overflow

b)

integer overflow

c)

stack overflow

d)

buffer overflow

14.

What does CSS stand for?

a)

Cascading Style Sheet

b)

Coding Style Sheet

c)

Cascading Style System

d)

Coded Style Sheet

15.

What is the full form of CPU?

a)

Central Process Unit

b)

Central Processing Unit

c)

Central Programming Unit

d)

Central Progressive Unit