Search Header Logo
 Paper1 DoNow

Paper1 DoNow

Assessment

Presentation

Computers

8th Grade

Practice Problem

Easy

Created by

Terence Toolan

Used 2+ times

FREE Resource

0 Slides • 14 Questions

1

Multiple Choice

In which data type would I store the value 0.0004

1

Integer

2

Real

3

Boolean

4

String

2

Multiple Choice

In which data type would I store the value 3.454

1

Integer

2

Real

3

Boolean

4

String

3

Multiple Choice

In which data type would I store the value TRUE

1

Integer

2

Real

3

Boolean

4

String

4

Multiple Choice

In which data type would I store the value 1

1

Integer

2

Real

3

Boolean

4

String

5

Multiple Choice

In which data type would I store the value "Integer"

1

Integer

2

Real

3

Boolean

4

String

6

Multiple Choice

In which data type would I store the value 2858932

1

Integer

2

Real

3

Boolean

4

String

7

Multiple Choice

In which data type would I store the value FALSE

1

Integer

2

Real

3

Boolean

4

String

8

Multiple Choice

The Three Basic Programming Constructs: sequence, _________, iteration

1

Series

2

Loops

3

Selection

4

Sequence

9

Multiple Choice

The Three Basic Programming Constructs: ________, selection, iteration

1

Series

2

Loops

3

Selection

4

Sequence

10

Multiple Choice

The Three Basic Programming Constructs: sequence, selection, _________

1

Series

2

Iteration

3

Severity

4

Salad

11

Multiple Choice

Question image

What is the issue with this loop?

1

Nothing, it will count to ten

2

The condition should be count > 10

3

The loop will never terminate

4

The loop will only run once

12

Multiple Choice

Question image

What is wrong with this loop?

1

It will never print anything

2

Nothing

3

It should be i < 5

4

It will print out "reached 5!" infinitely

13

Multiple Choice

Question image

How long will this loop run?

1

Forever (infinite loop)

2

It will execute only once

3

zero times

4

exactly 3 times

14

Multiple Choice

Question image

Which condition will stop the loop after counting from 0 to 9?

1

count <= 10

2

count < 10

3

count > 0

4

count <=10

In which data type would I store the value 0.0004

1

Integer

2

Real

3

Boolean

4

String

Show answer

Auto Play

Slide 1 / 14

MULTIPLE CHOICE