9 Weeks Test

9 Weeks Test

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

MakeCode Arcade Questions

MakeCode Arcade Questions

10th Grade - University

15 Qs

G09 - ICT Q1 Reviewer

G09 - ICT Q1 Reviewer

9th Grade

20 Qs

BASIC Programming Fundamentals Assessment

BASIC Programming Fundamentals Assessment

10th Grade

20 Qs

Expert System Quiz

Expert System Quiz

12th Grade

15 Qs

Artificial Intelligence (AI) Fundamentals Practice Quiz

Artificial Intelligence (AI) Fundamentals Practice Quiz

11th Grade

20 Qs

Recap Handout 3 & 4

Recap Handout 3 & 4

6th Grade - University

15 Qs

Web Applications Quiz

Web Applications Quiz

9th Grade

15 Qs

SISTEM KOMPUTER

SISTEM KOMPUTER

10th Grade

15 Qs

9 Weeks Test

9 Weeks Test

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Medium

DOK Level 1: Recall

Standards-aligned

Created by

Adrian Portillo

Used 3+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the primary purpose of the `pickStudent` function?

To select a random student from all three lists

To allow the user to manually pick a student

To randomly select a student from a given list until the user stops

To sort the names in alphabetical order

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How does the program determine which class list to use?

It randomly picks one of the three lists

The user inputs a number corresponding to a class

The program assigns a default class

The user types the full name of the class

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What will happen if the user enters an invalid input in `pickClass()`?

The program will terminate

The program will ask the user to try again

The program will default to `SIMS3`

The program will print an error message

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which module is used to select a random student?

`math`

`random`

`randomize`

`choice`

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What happens when the user types `'end'` in `pickStudent`?

The program terminates immediately

The program stops picking students and returns to `pickClass()`

The program prints "End" and continues

The program ignores the input and continues picking

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Why does `pickStudent` use a `while True` loop?

To continuously allow the user to pick students until they type `'end'`

To run the function only once

To prevent errors from invalid input

To avoid calling the function again

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is a potential issue with the `DINO_BADDIES` list?

The names are not in alphabetical order

The last name entry `'day''drian'` might not be handled correctly

The list contains duplicate names

The list is too short

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?