wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

QUIZZY - Round 2

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is the purpose of a “nonce” in web security?

a)
To encrypt sensitive data
b)
To increase website loading speed
c)
To add randomness and prevent replay attacks in the authentication process.
d)
To track user location
2.

Which HTTP status code indicates that a resource has been permanently moved to a different location?

a)
302 Found
b)
303 See Other
c)
307 Temporary Redirect
d)
301 Moved Permanently
3.

What is the difference between PUT and PATCH HTTP methods?

a)
PUT is used for reading data, while PATCH is used for writing data.
b)
PUT is idempotent, while PATCH is not.
c)
PUT is used for creating new resources, while PATCH is used for deleting resources.
d)
PUT is used to completely replace an existing resource, while PATCH is used to make a partial update to an existing resource.
4.

Which CSS property is used to create a responsive design for different screen sizes?

a)
font-size
b)
grid layout
c)
flexbox
d)
media queries
5.

What is the purpose of a “Promise” in JavaScript?

a)
To handle asynchronous operations and write cleaner asynchronous code.
b)
To handle styling of HTML elements
c)
To add comments to the code
d)
To make the code run faster
6.

Which of the following is not a valid SQL JOIN type?

a)
CROSS JOIN
b)
OUTER JOIN
c)
FULL JOIN
d)
INNER JOIN
7.

Which company manufactured the first smartphone in the world?

a)
IBM
b)
Nokia
c)

Motorola Dyna TAC 8000X 

d)
Apple
8.

What are important considerations we should keep in mind before creating a foreign key?


a)
Ensure the referenced column is not indexed
b)
Ensure the referenced column is indexed, data types match, and the referenced column has unique values.
c)
Allow duplicate values in the referenced column
d)
Ignore data type compatibility
9.

What memory is used for the entire ABAP session

a)
Virtual Memory
b)
Cache Memory
c)
Secondary Memory
d)
SAP Memory
10.

What was the fastest growing web browser in 2020

a)
Google Chrome
b)
Safari
c)
Mozilla Firefox
d)
Microsoft Edge
11.

How much did Steve Jobs’ first computer go for at auction

a)
$815,000
b)
$700,000
c)
$1,000,000
d)
$500,000
12.

What year was the oldest programming language still in use invented

a)
1957
b)
1973
c)
1965
d)
1980
13.

Which institution is credited with creating the first website

a)
MIT
b)
NASA
c)
CERN
d)
Harvard
14.

What is the brand Sonos famous for making

a)
Wireless speakers and audio systems
b)
Sportswear and athletic gear
c)
Kitchen appliances
d)
Smartphones and tablets
15.

Tim built a friendly robot that follows a specific set of instructions to perform tasks. What is this set of instructions called in computer science?

a)
Algorithm
b)
Protocol
c)
Procedure
d)
Blueprint