100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
WGU C173 Version 3 Language Agnostic 2024 / 2025 | 100% Verified $10.49   Add to cart

Exam (elaborations)

WGU C173 Version 3 Language Agnostic 2024 / 2025 | 100% Verified

 6 views  0 purchase
  • Course
  • Institution

WGU C173 Version 3 Language Agnostic 2024 / 2025 | 100% Verified input A program gets data, perhaps from a file, keyboard, touchscreen, network, etc. process A program performs computations on that data, such as adding two values like x + y. Output A program puts that data somewhere, such a...

[Show more]

Preview 2 out of 5  pages

  • July 1, 2024
  • 5
  • 2023/2024
  • Exam (elaborations)
  • Questions & answers
avatar-seller
WGU C173 Version 3 Language Agnostic |
100% Verified
input
A program gets data, perhaps from a file, keyboard, touchscreen, network, etc.
process
A program performs computations on that data, such as adding two values like x + y.
Output
A program puts that data somewhere, such as to a file, screen, network, etc.
variable
Used by programs to refer to data. It is a named item, used to hold a value.
flowchart
A graphical language for creating computer programs.
Program
A list of statements, each statement carrying out some action and executing one at a
time.
Run, execute
Words for carrying out a program's statements.
String literal
Text (characters) within double quotes.
Characters
Any letter (a-z, A-Z), digit (0-9), or symbol (~, !, @, etc.).
newline
Special two-character sequence \n whose appearance in an output string literal causes
the cursor to move to the next output line.
comment
Text a programmer adds to a program, to be read by humans (other programmers), but
ignored by the program when executing.
Moore's Law
Engineers have reduced switch sizes by half about every 2 years.
bit
A single 0 or 1.
byte
Eight bits. Ex. 11000101
ASCII
American Standard Code for Information Interchange. Code that is the numerical
representation of a character. Ex. Z would be stored in a computer as 1011010.
Pseudocode
Text that resembles a program in a real programming language but is simplified to aid
human understanding.
assignment statement
Assigns a variable with a value, such as X=5.
variable declaration
declares a new variable, specifying the variable's name and type.
integer

, Variable type that can hold whole numbers.
Expression
Can be a number, a variable name (numApples), or a simple calculation like
(numApples + 1).
Identifier
A name created by a programmer for an item like a variable or function. Must be a
sequence of letters, underscores, and digits or start with a letter or underscore. They
are case sensitive.
Reserved word (or keyword)
A word that is part of the language, like integer, Get or Put. These words cannot be
used as an identifier.
Naming conventions
A set of style guidelines defined by a company, team, teacher, etc., for naming
variables.
Lower camel case
Capitalize each word except the first, as in numApples.
Operator
A symbol that performs a built-in calculation, like the + which performs addition.
Precedence rules
An expression is evaluated using the order of standard mathematics.
Incremental development
The progress 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
Refers to the decimal point being able to appear anywhere ("float") in the number. Ex.
98.6, 0.0006.
Floating-point literal
A number with a fractional part, even if that fraction is 0.
Infinity or -Infinity
Dividing a nonzero floating-point number by zero.
Not a number
Indicates an unrepresentable or undefined value.
Function
A list of statements executed by invoking the function's name, with such invoking know
as a function call.
Arguments
Any function input values that appear within ( ), and are separated by commas if more
than one.
RandomNumber()
A function is a built-in zyFlowchart function that takes two arguments, lowValue and
highValue, and returns a random integer in the range lowValue to highValue. Ex:
RandomNumber(1, 10) returns a random integer in the range 1 to 10.
Divide-by-zero error
Occurs at runtime if a divisor is 0, causing a program to terminate.
Type conversion
A conversion of one data type to another, such as an integer to a float.

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller LECTMAGGY. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $10.49. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

76800 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$10.49
  • (0)
  Add to cart