CSE Sem 1 Final Review

CSE Sem 1 Final Review

12th Grade

29 Qs

quiz-placeholder

Similar activities

Polar

Polar

10th Grade - University

24 Qs

SAT Practice

SAT Practice

9th - 12th Grade

25 Qs

Polar Review

Polar Review

9th - 12th Grade

25 Qs

#9 Polar Coordinates and Graphs

#9 Polar Coordinates and Graphs

9th - 12th Grade

28 Qs

Alg 2/Trig Course Review!

Alg 2/Trig Course Review!

9th - 12th Grade

25 Qs

12 MAG - Adjacency Matrix + Planar Graphs

12 MAG - Adjacency Matrix + Planar Graphs

12th Grade

25 Qs

Polar Coordinates

Polar Coordinates

11th - 12th Grade

25 Qs

Kesebangunan dan BRSL

Kesebangunan dan BRSL

12th Grade

25 Qs

CSE Sem 1 Final Review

CSE Sem 1 Final Review

Assessment

Quiz

Mathematics

12th Grade

Medium

Created by

Jacob Jagodzinski

Used 3+ times

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

1. What is the purpose of a loop in programming?
a) To store data
b) To execute a block of code repeatedly
c) To declare variables
d) To perform mathematical operations

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

2. Which loop structure is used when the number of iterations is known in advance?
a) for loop
b) while loop
c) do-while loop
d) if-else loop

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

3. How is an infinite loop typically avoided in a while loop?
a) By using a break statement
b) By incrementing or decrementing a variable inside the loop
c) By using a continue statement
d) By using an if-else statement

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

4. What keyword is used to make decisions in programming based on certain conditions?
a) decision
b) condition
c) if
d) choose

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

5. What does the else statement allow you to do in an if-else structure?
a) Execute a block of code only if the condition is true
b) Execute a block of code only if the condition is false
c) Execute a block of code regardless of whether the condition is true or false
d) Skip the current iteration of a loop

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

6. In programming, what is a list?
a) A sequence of characters
b) A collection of data elements
c) A mathematical operation
d) A type of loop structure

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

7. What is a 2D list?
a) A list with two elements
b) A list with two dimensions
c) A list with two indices
d) A list with two values

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?