Ch.2 Flashcards

1
Q

A programming language

A

A language that helps you instruct the computer to perform tasks to solve our problems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

High-level languages

A

are similar to text written in human-readable form.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Low-level language

A

are more similar to machine code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

_______is used to translate (compile) the source code (with file extension _______) of Pascal into a
computer __________ file (with file extension “.exe”).

A

A compiler
“.pas”
executable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is Pascal case-sensitive?

A

No.Pascal is not case-sensitive (case insensitive).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

IDE stands for __________ ___________ _________

A

Integrated Development Environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Integrated Development Environment

A

is a software application that provides comprehensive functions for program development.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
Integrated Development Environment usually consists of:
\_\_\_\_\_ \_\_\_\_\_ editor
Compiler and/or \_\_\_\_\_\_\_\_\_
Debugger
Build \_\_\_\_\_\_\_ tools
A

Source code
interpreter
automation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Debugger

A

helps us to find some of the problems or errors in our programs, and provide solutions or hints on how to solve them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Build automation tools

A

are used to automatically complete some complex tasks, including packaging a binary code generated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is “Case insensitive”?

A

Computer will handle upper-case and lower-case characters the same.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

State the web-address of JDoodle.

A

https://www.jdoodle.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly