100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

PROGRAMMING LOGIC AND DESIGN TEST 1 NEWEST (2025/2026) QUESTIONS AND CORRECT ANSWERS | A+ GRADE

Rating
-
Sold
-
Pages
20
Grade
A+
Uploaded on
27-08-2025
Written in
2025/2026

PROGRAMMING LOGIC AND DESIGN TEST 1 NEWEST (2025/2026) QUESTIONS AND CORRECT ANSWERS | A+ GRADE

Institution
PROGRAMMING LOGIC AND DESIGN
Course
PROGRAMMING LOGIC AND DESIGN










Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
PROGRAMMING LOGIC AND DESIGN
Course
PROGRAMMING LOGIC AND DESIGN

Document information

Uploaded on
August 27, 2025
Number of pages
20
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

PROGRAMMING LOGIC AND DESIGN
TEST 1 NEWEST (2025/2026) QUESTIONS
AND CORRECT ANSWERS | A+ GRADE


software engineering Correct Answer the application of
traditional engineering methodologies and techniques to
the development of software

syntax Correct Answer the formal rules governing how
valid instructions are written in a programming language

semantics Correct Answer the set of rules that determines
the meaning of instructions written in a programming
language

metalanguage Correct Answer a language that is used to
write the syntax rules for another language

identifier Correct Answer a name associated with a
function or data object and used to refer to that function or
data object

write a line of code that includes an identifier for my dogs,
total cars, and total cash flow Correct Answer my_dogs
myCars
Tot_CashFlow

,reserved word Correct Answer a word that has special
meaning in C++; it cannot be used as a programmer
defined identifier

example of reserved words in C++ Correct Answer int
main()

data type Correct Answer a specific set of data values
along with a set of operations on those values

data types- char Correct Answer describes data consisting
of one alphanumeric character-- a letter, a digit, or special
symbol

data types- string Correct Answer a sequence of
characters, such as a word, name, or sentence, enclosed
in double quotes. string data types must be typed entirely
on one line or they are invalid.

data types- int Correct Answer for working with integer
numbers

data types- float Correct Answer for working with real
numbers that have a decimal point

declaration Correct Answer a statement that associates an
identifier with a data object, a function, or data type so that
the programmer can refer to that item by name.

, variable Correct Answer a location in memory referenced
by an identifier, that contains a data value that can be
changed

write a line of code that correctly declares a variable with a
decimal point under the titles, payRate, hours, wages, and
empNum Correct Answer float payRate;
float hours;
float wages;
float empNum

write a line of code that correctly declares letter,
middleInitial, and ch as characters Correct Answer char
letter;
char middleInitial;
char ch;

constants Correct Answer all single characters (enclosed
in single quotes) and strings (enclosed in double quotes)

write a line of code using a constant. first, middle, last,
name Correct Answer const string FIRST = "William";
const string MIDDLE = "David";
const string LAST = "Braley";

literal value Correct Answer any constant value written in a
program

named constant (symbolic constant) Correct Answer a
location In memory referenced by an identifier, that
contains a data value that cannot be changed
R399,62
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached


Document also available in package deal

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TUTORWAC Johns Hopkins University
Follow You need to be logged in order to follow users or courses
Sold
330
Member since
2 year
Number of followers
114
Documents
3530
Last sold
2 days ago
TUTORWAC

BEST HOMEWORK HELP AND TUTORING ON YOUR QUIZZES AND EXAMS WITH GUARANTEE OF EXCELLENT GRADES

4,1

51 reviews

5
30
4
8
3
6
2
3
1
4

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can immediately select a different document that better matches what you need.

Pay how you prefer, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card or EFT and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions