QUIZ 1: Basics of Programming & C++ Language

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:17 PM on 6/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

According to the lecture, learning a programming language is compared to:

Learning to become a chef or learning to play a musical instrument

2
New cards

A program is defined as:

A collection of text that commands a computer to perform algorithms

3
New cards

A collection of rules and syntax used to describe a program is called a:

Programming Language

4
New cards

Programming is defined as:

An act of writing algorithms while utilizing a programming language

5
New cards

Which of the following is an example of a Low-Level Language?

Assembly language

6
New cards

Machine language and Assembly language are examples of:

Low-Level Languages

7
New cards

Which of the following is an example of a High-Level Language?

C++

8
New cards

High-Level Languages are written in a format that:

Resembles human language and diminishes user awareness of hardware devices

9
New cards

Who is the designer of the C++ language?

Bjarne Stroustrup

10
New cards

According to Bjarne Stroustrup, C++ is a general-purpose programming language with a bias towards:

Systems programming

11
New cards

C++ is described as all of the following EXCEPT:

A low-level language for direct hardware manipulation

12
New cards

Which characteristic of C++ means that it distinguishes between uppercase and lowercase letters?

Case sensitive identifier handling