M04 Quiz (SDEV 120)

M04 Quiz (SDEV 120)

University

20 Qs

quiz-placeholder

Similar activities

SQL

SQL

University

20 Qs

HTML

HTML

KG - University

20 Qs

HTML BASICS

HTML BASICS

University

25 Qs

Recap on HTML and CSS

Recap on HTML and CSS

University

16 Qs

HTML Quiz

HTML Quiz

University

20 Qs

PHP + MySQL

PHP + MySQL

7th Grade - University

25 Qs

Loops-2

Loops-2

University

15 Qs

Revision on JavaScript and HTML

Revision on JavaScript and HTML

University

16 Qs

M04 Quiz (SDEV 120)

M04 Quiz (SDEV 120)

Assessment

Quiz

Computers

University

Hard

Created by

Jackie Adams

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _______________ expression has one of two values: true or false.

Georgian

Selective

Barbarian

Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a selection, the statements in an else clause execute _______________.

only after the statements in the if clause execute

when the tested condition is true

always

when the tested condition is false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An expression that uses a greater-than operator evaluates as true when _______________.

the right operand is greater than the left operand

either operand is greater than the other

the right operand is equal to the left operand

the left operand is greater than the right operand

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A trivial Boolean expression is one that _______________.

always has the same value

is always false

is always true

uses only two operands

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If x <= y is true, then _______________.

x = y is true

x >= y is false

x > y is false

y <= x is true

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If j <> k is true, then _______________.

j = k is true

j > k is true

j < k might be true

both j > k and k > j are true

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an AND condition, the most efficient technique is to first ask the question that _______________.

uses a named constant

is least likely to be true

contains the most operands

is most likely to be true

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?