Wednesday, April 10, 2019

Exam review Essay Example for Free

Exam review Essay argument three examples of operating system package. Linux, OS X, and Microsoft Windows List three examples of application softw be. Microsoft Word, Adobe Photoshop, and Visual studio a voicement Programs that make a computer useful for everyday tasks are know as application software What is utilise to translate high level phrase designs to machine language (or machine code)? Compiler What twain translates and executes the instructions in a high level language program? What was the first programming language designed to perform complex math functions? Interpreter. Fortran Rules that are strictly enforced during compilation are called what? sentence structure Rules What are violations of strictly enforced rules during compilation called? Syntax Errors Which will not prevent compilation, syntax or logical errors? Logic Errors Instead of binary human activitys, assembly language uses short words for instructions cognize as what? Mnemonics Name a high level language you use in the course. Visual stubonic The words that make up a high level programming language are known as what? Keywords Which runs faster a compiled or an interpreted program? Compiled Which language utilizes binary numbers give care 01110000?Machine Language How many steps are in the Program Development Cycle and what are they? 1 Design the Program2 Write the economy3 Correct Syntax Errors4 Test the Execu remand Code 5 right the Code What is an informal language that has no syntax rules and is not meant to be compiled or executed? impostor Code What is a diagram that graphically depicts the steps that take place in a program? Flowchart What is a set of statements that execute in the order that they appear? Sequence Structure What is a logical design that controls the order in which a set of statements execute?Control Structure What graphically displays boxes that represent each module in a program? Hierarchy Chart Which flowchart type represents a terminal point like Start or Stop? Oval Which flowchart attribute represents processing and is utilize with the keywords Set and Declare? Rectangle Which flowchart symbolism represents decisions and is used with the keywords If/Then? Diamond Which flowchart symbol represents input and output and is used with the keywords Input and Display? Parallelogram Which flowchart symbol represents calling modules and is used with the keyword Call?Rectangle with 2 Vertical Lines In programming, a storage location in memory is called what? inconstant A variable that is declared inside a module is called what? Local Variable What is the term that describes the part of the program that a variable grass be accessed? Scope A variable that can be seen throughout the program is called what? Global Variable align or false A variable can begin with a number. senseless unfeigned or false A variable can birth spaces. False True or false A variable can have a number as the last character of the variable n ame? TrueTrue or false A variable can contain an underscore. True True or false A constant can be changed during execution of a program. False True of false A variable can be changed during execution of a program. True What are the four main data types discussed in class so far? 1. Integer2. Real3. String4. Boolean What is used to check the relationship amidst two values? Relational manipulator Which relational operator is used to denote greater than or equal to? = Which relational operator is used to denote not equal to? = Which relational operator is used to denote less than? What is the difference between using the relational operator = and the relational operator ==? = is used for assignment and == is used for comparison What is the symbol used to indicate raised to the x power in pseudo code? What is the truth table for AND? True AND True = True True AND False = False False AND False = False False AND True = False What is the truth table for OR? True OR True = True True OR F alse = True False OR False = False False OR True = True What does not False evaluate to? True Indicate three benefits of modules?Faster Development, Simpler Code, Code reuse What is a variable passed to a module called? Argument Define the abbreviation ASCII. American Standard Code for Information Interchange Relational Operators Great Then Less Then = Greater Then or Equal 7 is false 5 7 Is True (5 7) or (10 3) is True (5 7) and (10 3) is False NOT (5 7 ) and (10 3 )is true because the NOT reverses All programming languages that allow you to create expressions that can be evaluated as either true or false are called ? Boolean expressions. Boolean expressions uses relational operators

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.