Pascal Basic

Pascal Basic

10th Grade

66 Qs

quiz-placeholder

Similar activities

Video Game Design/Programing 3rd SWT Review

Video Game Design/Programing 3rd SWT Review

10th Grade

70 Qs

AP CSP AP Test Study

AP CSP AP Test Study

9th - 12th Grade

68 Qs

Year 11 - CS - Blended Learning 15 - PP, SE, PC

Year 11 - CS - Blended Learning 15 - PP, SE, PC

10th Grade

65 Qs

Tri 1 Review

Tri 1 Review

9th - 12th Grade

63 Qs

APCSP Midterm

APCSP Midterm

9th - 12th Grade

63 Qs

Exploring Computer Science Midterm Study Guide

Exploring Computer Science Midterm Study Guide

9th - 12th Grade

70 Qs

SmallBasic and flowcharts

SmallBasic and flowcharts

9th - 12th Grade

63 Qs

Whole Course Revision slides

Whole Course Revision slides

10th Grade

62 Qs

Pascal Basic

Pascal Basic

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Kadesh Bailey

Used 5+ times

FREE Resource

66 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What section of a Pascal program is used to declare variables and assign data types? ......

BEGIN

CONST

VAR

TYPE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The actual instructions for the program to run can be found after _____________

The 'WRITELN' statement

The 'VAR' statement

The 'BEGIN' statement

The 'CONST' statement

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid Pascal output statement?

print('Hello Class!');

println('Hello Class!');

write("Hello Class!');

writeln('Hello Class!');

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this ( := )?

The equal sign

The assignment operator

The assignment sign

The equal operator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the programming language Pascal, which of the following is NOT a standard data type?

floating point

char

boolean

integer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the result of the following Pascal statement?

write( 'Total is', 20 );

Total 20

Total = 20

20

Total is 20

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is the correct one for input in Pascal?

input(num);

scanf(num)

readln(num);

inputln(num);

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?