Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU C173 TEST QUESTIONS WITH DETAILED VERIFIED ANSWERS

Rating
-
Sold
-
Pages
9
Grade
A+
Uploaded on
08-06-2025
Written in
2024/2025

WGU C173 TEST QUESTIONS WITH DETAILED VERIFIED ANSWERS

Institution
C173
Course
C173

Content preview

WGU C173 TEST QUESTIONS WITH
DETAILED VERIFIED ANSWERS
algorithm

A sequence of instructions that solves a problem

Computational Thinking

creating a sequence of instructions to solve a problem

ASCII

American Standard Code for Information Interchange, and was developed in 1963. ASCII uses 7
bits per code, and has codes for 128 characters.

Unicode

Character encoding standard, published in 1991, whose codes can have more bits than ASCII and
thus can represent over 100,000 items, such as symbols and non-English characters.

=

An assignment of a left-side variable with a right-side value. = is NOT equality as in
mathematics. Thus, x = 5 is read as "x is assigned with 5", and not as "x equals 5"

variable declaration

Declares a new variable, specifying the variable's name and type

assignment statement

Assigns the variable on the left-side of the = with the current value of the right-side expression.

Identifier

A name created by a programmer for an item like a variable or function. Must be a sequence of
letters (a-z, A-Z), underscores (_), and digits (0-9)
start with a letter or underscore. Case sensitive.

Reserved word (or keyword)

, A word that is part of the language, like integer, Get, or Put. A programmer cannot use a
reserved word as an identifier.

Literal

Specific value in code, like 2.

Operator

A symbol that performs a built-in calculation, like the operator + which performs addition

Unary minus

- used as negative

Incremental development

The process of writing, compiling, and testing a small amount of code, then writing, compiling,
and testing a small amount more (an incremental amount), and so on.

floating-point number

A real number, like 98.6, 0.0001, or -666.667. The term "floating-point" refers to the decimal
point being able to appear anywhere ("float") in the number. A variable declared as type float
stores a floating-point number.

floating-point literal

A number with a fractional part, even if that fraction is 0, as in 1.0, 0.0, or 99.573.

function call

A statement that executes a function. It consists of the function name followed by an argument
list. Ex. SquareRoot(variable)

seed

A built in integer when no previous random integer exists for RandomNumber(). Can specify
seed random numbers with the function SeedRandomNumber() - this can only be done once in a
program before the first call to RandomNumber().

type conversion

Written for

Institution
C173
Course
C173

Document information

Uploaded on
June 8, 2025
Number of pages
9
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$12.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

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.
QUINTER New York College Of Dentistry
Follow You need to be logged in order to follow users or courses
Sold
397
Member since
2 year
Number of followers
105
Documents
39702
Last sold
2 weeks ago

3.6

70 reviews

5
34
4
10
3
8
2
2
1
16

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 tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

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

Student with book image

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

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions