Quiz on Logical Reasoning and Inequalities

Quiz on Logical Reasoning and Inequalities

10th Grade

15 Qs

quiz-placeholder

Similar activities

What is the Web? Quiz Review

What is the Web? Quiz Review

9th - 12th Grade

12 Qs

Amelias Fundamentals Quiz

Amelias Fundamentals Quiz

9th - 12th Grade

15 Qs

Kiểu xâu

Kiểu xâu

1st - 12th Grade

20 Qs

CSAwesome 3.6.1Equivalent Boolean Expressions

CSAwesome 3.6.1Equivalent Boolean Expressions

9th - 12th Grade

14 Qs

Karel the Dog Review

Karel the Dog Review

9th - 12th Grade

20 Qs

CodeHS Unit 1

CodeHS Unit 1

9th - 12th Grade

12 Qs

CodeHS Unit 1 Quiz

CodeHS Unit 1 Quiz

10th Grade - University

12 Qs

Programming With Karel Vocabulary Quiz

Programming With Karel Vocabulary Quiz

9th - 12th Grade

20 Qs

Quiz on Logical Reasoning and Inequalities

Quiz on Logical Reasoning and Inequalities

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Norma Malone

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Laura will go to her friend's house if she has less than two hours of homework or if it is the weekend. Otherwise, she will stay home and study. In which of the following cases will Laura stay home to study?

Laura has 1.5 hours of homework on Tuesday

Laura has 4 hours of homework on Saturday

Laura has 2.5 hours of homework on Thursday

Laura has 1 hour of homework on Saturday

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If x represents the area of the number line colored yellow, which inequality accurately reflects the value of x?

x < 5

x > 5

x ≥ 5

x ≤ 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Karel the Dog is instructed to move forward two spaces. Then, if Karel is standing on a ball, Karel will turn right and move forward two spaces. Otherwise, Karel will turn around and move forward two spaces. Given the starting point below, where will Karel end up?

Karel ends up facing right on an empty space.

Karel ends up facing left on an empty space.

Karel ends up facing up on a ball.

Karel ends up facing down on an empty space.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements are true about the Internet? I - The Internet connects devices and networks all over the world II - There are no negative consequences of the Internet, it is purely positive III - The Internet helps people communicate IV - The Internet helps people collaborate to solve problems

A. I only

B. I and II only

C. I, III, and IV

D. I, II, III, and IV

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which decimal value is equal to the binary number 101₂?

A. 10₁₀

B. 2₁₀

C. 20₂₀

D. 5₁₀

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following program code: var i = 1; var sum = 0; while(i < 5) { sum += i; i++; } println(sum); What is the result of running this program code?

A. 0 is printed

B. 15 is printed

C. 10 is printed

D. The program results in an infinite loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following successfully switches the values of the variables x and y? temp may be used as a temporary variable if necessary.

A. x = y; y = x;

B. x = x - y; y = x; temp = x;

C. temp = x; x = y; y = temp;

D. temp = x; y = x; temp = y;

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?