
Computer Programming
Computers
KG - University
Used 214+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
38 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What word is missing from the SQL line below?
SELECT *
_______ CUSTOMER;
FROM
WHERE
SELECT
ORDER BY
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In SQL, to find the total dollar value of sales, use which one?
SUM
COUNT
MAX
MIN
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does JavaScript return to you if you try to access a object's property that doesn't exist?
null
undefined
'oopsies!'
0
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Let's say you're storing an object in a variable named 'pumpkin'. Which line of code would add a new property 'eyes' to the object?
pumpkin.push({eyes: 'green'});
pumpkin[eyes] = 'green';
pumpkin.eyes = 'green';
var pumpkin.eyes = 'green'
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these expressions is NOT a valid way to add 1 to a variable in JavaScript?
x++
x += 1
x = x + 1
x+
6.
MULTIPLE CHOICE QUESTION
5 mins • 1 pt
Why are there no quotation marks around the information on line 4?
It is a number.
It is a string.
It is a boolean.
It is an alert.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
CPU stand for _ processing unit
command
control
central
hogwarts
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?