Show:
Questions
Responses
Print
Terms
Programming languages
Terms, part 2
Flowcharts and Pseudo-code
Why doesn't it work?
100
Do Until is an example of this structure.
What is a loop structure.
100
This language is written very close to English.
What is SQL.
100
This type of variable contains text.
What is a string.
100
The symbol for a decision in a flowchart.
What is a diamond.
100
The string "Mr. M rocks" is put into a text field. When viewed later, it only contains "Mr. M". What kind of error has occurred?
What is a truncation error.
200
This type of variable contains one of two types.
What is a boolean.
200
This language is used to structure web content.
What is HTML.
200
This type of variable contains whole numbers.
What is an integer.
200
A method of describing a program in similar steps to actual coding.
What is pseudo-code.
200
Carl has made a loop that is suppose to go through 10 times. When he runs the program, the loop never ends. What error has occurred.
What is an infinite loop.
300
&& is an example of this programming logic.
What is logical operators.
300
This language is used to arrange and decorate web pages.
What is CSS.
300
This type of variable contains any number.
What is a float.
300
The symbol for the flow of logic.
What is an arrow.
300
Mike has made a program that is suppose to stop counting after 25. When run, it stops at 30. What kind of error has occurred.
What is a boundary error.
400
A counting system in base 16.
What is hexadecimal.
400
This language is a versatile language developed for web applications.
What is JavaScript.
400
If the field length is unknown, this format is commonly used.
What is delimited.
400
A grouping of symbols, designed to describe the logic behind a program
What is a flowchart.
400
A=10 + "Kenneth was here"
What is the data types are mixed.
500
Words that has a fixed meaning in a programming language and cannot be redefined by the programmer.
What is reserved words.
500
This language needs to have it's IDE installed to run on your computer.
What is Python.
500
This object is stored in memory, and can contain any type of information.
What is a variable.
500
The symbol for variables or print statements.
What is a parallelogram.
500
Kenneth keeps getting a compiling error when he runs his program. What error most likely has occurred.
What is bad syntax.