wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Programming Quiz

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.
  1. Which of the following is NOT a web programming language?

a)

HTML

b)

Python

c)

CSS

d)

SQL

2.

What does CSS stand for?

a)
Cascading Style Sheets
b)
Computer Style Sheets
c)
Creative Style Sheets
d)
Cascading Style System
3.

Which HTTP method is used to send data to the server to create/update a resource?

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

Which of the following is used to ensure secure communication over the web?

a)
HTTP
b)
HTTPS
c)
FTP
d)
SMTP
5.

In JavaScript, which of the following is used to check whether a variable is an array?

a)
Array.check()
b)
Array.isArray()
c)
isArray()
d)
Array.validate()