Chpt 11: Programming with Pascal

Chpt 11: Programming with Pascal

11th Grade

30 Qs

quiz-placeholder

Similar activities

PTS Informatika Kelas XI 2024

PTS Informatika Kelas XI 2024

11th Grade - University

25 Qs

TIN 11 B1-B8

TIN 11 B1-B8

11th Grade

30 Qs

ĐỀ CƯƠNG ÔN TẬP HK1 - TIN HỌC 11 - ĐỀ 761

ĐỀ CƯƠNG ÔN TẬP HK1 - TIN HỌC 11 - ĐỀ 761

11th Grade

30 Qs

JavaScript Data Types Quiz

JavaScript Data Types Quiz

11th Grade

25 Qs

Python Basics

Python Basics

11th Grade

25 Qs

KUIS VARIABLE DAN OPERATOR PHYTON

KUIS VARIABLE DAN OPERATOR PHYTON

11th Grade

25 Qs

Python Introduction

Python Introduction

9th - 11th Grade

30 Qs

Chpt 11: Programming with Pascal

Chpt 11: Programming with Pascal

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Va'Nishka Gay

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of programming language is Pascal?

Functional

Object-Oriented

Procedural

Scripting

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword in Pascal is used to define the start of a program?

BEGIN

START

PROGRAM

VAR

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Pascal, what is the purpose of the VAR section?

To declare functions

To define variables

To specify constants

To start the program

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a true or false value in Pascal?

INTEGER

BOOLEAN

REAL

CHAR

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used to terminate a statement in Pascal?

:

.

;

,

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to declare a variable of type integer in Pascal?

VAR x INTEGER

VAR x : INTEGER;

INTEGER x;

VAR x := INTEGER;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Pascal, what is the default control structure for looping?

WHILE

FOR

REPEAT-UNTIL

DO-WHILE

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?