AS Data Types and Programming Constructs

AS Data Types and Programming Constructs

10th - 12th Grade

22 Qs

quiz-placeholder

Similar activities

Word Processing

Word Processing

9th - 10th Grade

20 Qs

Kombinasi tombol-tombol keybord

Kombinasi tombol-tombol keybord

10th Grade

20 Qs

JAVA FUNDAMENTALS

JAVA FUNDAMENTALS

9th - 12th Grade

20 Qs

Data Types- Python

Data Types- Python

7th - 11th Grade

25 Qs

Python Module

Python Module

10th - 12th Grade

17 Qs

For Loop python

For Loop python

5th - 12th Grade

19 Qs

Python - Conditional Statements

Python - Conditional Statements

9th - 11th Grade

23 Qs

MS.Word

MS.Word

12th Grade

20 Qs

AS Data Types and Programming Constructs

AS Data Types and Programming Constructs

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Paul Revell

Used 22+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is most suitable for storing True/False?

Integer

Real

Float

Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is most suitable for storing whole numbers?

Integer

Real

Boolean

Char

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Match this definition to the correct type: A number with a fractional part

Real

Integer

Irrational

Natural

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would you store using the Char data type?

A cartoon character such as Daffy Duck

A string such as PIG

An integer such as 17

A single character such as T

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Choose all that could be stored as a string

PIG

p!g

123.4

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In VB.net a structure is needed to...

Declare the names and types of data for records

Enclose a loop or selection

Create a new sub-routine

Declare an array

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Pigs = {"porky", "scratchy", "grunter"}

Choose all that are true...

Pigs(1) = "scratchy"

Pigs.length = 3

Pigs(Pigs.length - 1) = "grunter"

Pigs(0) gives "Error: Out of bounds"

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?