What is a simple graphical notation that is used to design the features of a computer program?
flowchart
Which of the following languages is typically used to build web apps?
interpreted
Which symbols represent input or output on a flowchart?
Parallelograms
What does IDE stand for?
integrated development environment
Solve the problem (8+7)/3+(16-5)*2
27
John, a programmer, has created a set of instructions to tell a computer what to do. What has he created?
program
Which programming language is more efficient because it allows direct access to hardware?
assembly language
Which symbols represent processes on a flowchart?
Rectangles
Which type of programming language is JavaScript an example of?
Interpreted
A programmer is going to break down a large and complex program into smaller chunks of code.
What are the smaller chunks of code called?
Functions
Which of the following programming languages (or language types) is much easier to understand, but is clumsy and difficult to program with?
assembly
Which language are top-end video games generally written in?
Compiled language
Which thinking technique do you need to use to make sure the Getting Started guide only includes basic information?
Abstraction
Which key combination would you use to create multi-line programs in the Chrome DevTools console?
Shift + Enter
What is an argument called when you are defining a function?
Parameter
A software developer is writing an advanced computer game, which includes complex graphics and game routines. The developer wants to use a compiled executable programming language to improve the game's runtime performance.
Which of the following programming languages would provide this capability?
c++
Which programming languages are also known as scripting languages?
Machine language
Which of the following is included in pseudocode?
Flowcharts
Which data type is the value 98.6 an example of?
Floating point
Which of the following is a built-in tool for working with strings in JavaScript?
String method
Which programming language runs the fastest?
compiled
Which language type is extremely difficult for humans to understand?
Machine language
Which of the following is an essential tool for professional programmers?
IDE
Which is solved first in the order of operations?
Parentheses
Which of the following is a test to see if a value or statement is true or false?
Boolean condition