Search Header Logo
IGCSE Computer Science Flashcard

IGCSE Computer Science Flashcard

Assessment

Flashcard

Computers

11th Grade

Practice Problem

Hard

Created by

shaf cangil

FREE Resource

Student preview

quiz-placeholder

12 questions

Show all answers

1.

FLASHCARD QUESTION

Front

The MOD operator is used to:

Back

Find the remainder of a division.

2.

FLASHCARD QUESTION

Front

The DIV operator is used to:

Back

Find the whole number when you divide two numbers.

3.

FLASHCARD QUESTION

Front

The ROUND function is used to:

Back

Round a number to a specified number of decimal places.

4.

FLASHCARD QUESTION

Front

The RANDOM function is used to:

Back

Generate a random number within a specified range.

5.

FLASHCARD QUESTION

Front

_____________ numbers can be used to simulate real-world events.

Back

Random

6.

FLASHCARD QUESTION

Front

How can the ROUND function be used to round a number to the nearest hundred? Options: rounded_number = round(1234.56, -2), rounded_number = round(1234.56, /2), rounded_number = round(1234.56, ^2), rounded_number = round(1234.56, £2)

Back

rounded_number = round(1234.56, -2)

7.

FLASHCARD QUESTION

Front

Give an example of how the RANDOM function can be used in a program. Options: random_number = random.random(1, 10), random_number = random.integer(1, 10), random_number = Select.randint(1, 10), random_number = random.randint(1, 10)

Back

random_number = random.randint(1, 10)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?