WGU C173 Scripting and Programming Latest 2022 Rated A+
computer program instructions, executing one at a time input program gets data; from keyboard, file, touchscreen, network, etc process data put elsewhere; to a file, screen, network, etc triangle's area 1/2*base*height computational thinking a sequence of instructions to solve a problem algorithm sequence of instructions that solves a problem flowchart graphical language for creating computer programs interpreter runs a program's statements run and execute words for carrying a program's statements a parallelogram represents..? an input (or output) statement string literal consists of text (characters) within double quotes such as "Go #57!" character any letter or symbolcursor indicates where the next output item will be placed in the output newline Special two-character sequence n whose appearance in an output string literal causes the cursor to move to the next output line. The newline exists invisibly in the output. Put "To be" to output Put "or not to be" to output to beor not to be Put "anbnc" to output a b c comment text a programmer adds to a program, to be read by humans to better understand the code, but ignored by the program when executing whitespace refers to blank spaces (a space and tab characters) between items within a statement, and to newlines whitespace helps to? improve readability for humans, but for execution purposes is mostly ignored whitespace common practice? use exactly one space before and after each operator What whitespace does matter? -variable cant include spaces
Written for
- Institution
-
Western Governors University
- Course
-
WGU C173
Document information
- Uploaded on
- August 18, 2023
- Number of pages
- 20
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
wgu c173 scripting and programming latest 2022 rat