1.Question 1Which of the following is the generic term for referencing a program component such as a stored value, method, interface, or class by a custom-named label? 1 pointContainer Constant Variable Identifier 2.Question 2Which one of the following applies to interpreted programming languages? 1 pointMore difficult to write in, but creates faster applications Better for programs installed on the computer or device A smaller program, normally scripted code, that must be created and repeated every time the code is run Available to users who have the same operating system or a device that understands the same language 3.Question 3Which one of the following applies to a compiled programming language compared to an interpreted language? 1 pointBetter for websites and smaller processes that need to be repeated Takes longer to write the code, but it runs faster Creates a smaller program, normally using scripted code Easier to learn and use, but requires an interpreter that can translate the source code into machine code 4.Question 4Which one of the following is an example of a low-level programming language? 1 pointSQL Pascal Python ARM 5.Question 5Which of the following is a type of programming logic with only two values, "true" or "false", and is used in both branching and looping programming logic? 1 point“if-then-else” statement Boolean expression “And-do-while” loop Branching statements 6.Question 6What are the three key standpoints for organizing code? 1 pointReadability, maintainability, and accessibility Maintainability, accessibility, and scalability Readability, maintainability, and scalability Readability, scalability, and accessibility 7.Question 7Which of the following is also often referred to as a scripting language? 1 pointA query language An interpreted programming language A compiled programming language An assembly programming language 8.Question 8Which of the following is a type of looping programming logic? 1 pointwhile switch goto if 9.Question 9Which of the following is the best type of identifier for a data item whose value does not change? 1 pointConstant Variable Array Vector 10.Question 10Which of the following is a software methodology that focuses on objects rather than functions? 1 pointModular programming SDLC OOP Extreme programming
Question
1.Question 1Which of the following is the generic term for referencing a program component such as a stored value, method, interface, or class by a custom-named label? 1 pointContainer Constant Variable Identifier 2.Question 2Which one of the following applies to interpreted programming languages? 1 pointMore difficult to write in, but creates faster applications Better for programs installed on the computer or device A smaller program, normally scripted code, that must be created and repeated every time the code is run Available to users who have the same operating system or a device that understands the same language 3.Question 3Which one of the following applies to a compiled programming language compared to an interpreted language? 1 pointBetter for websites and smaller processes that need to be repeated Takes longer to write the code, but it runs faster Creates a smaller program, normally using scripted code Easier to learn and use, but requires an interpreter that can translate the source code into machine code 4.Question 4Which one of the following is an example of a low-level programming language? 1 pointSQL Pascal Python ARM 5.Question 5Which of the following is a type of programming logic with only two values, "true" or "false", and is used in both branching and looping programming logic? 1 point“if-then-else” statement Boolean expression “And-do-while” loop Branching statements 6.Question 6What are the three key standpoints for organizing code? 1 pointReadability, maintainability, and accessibility Maintainability, accessibility, and scalability Readability, maintainability, and scalability Readability, scalability, and accessibility 7.Question 7Which of the following is also often referred to as a scripting language? 1 pointA query language An interpreted programming language A compiled programming language An assembly programming language 8.Question 8Which of the following is a type of looping programming logic? 1 pointwhile switch goto if 9.Question 9Which of the following is the best type of identifier for a data item whose value does not change? 1 pointConstant Variable Array Vector 10.Question 10Which of the following is a software methodology that focuses on objects rather than functions? 1 pointModular programming SDLC OOP Extreme programming
Solution
-
The generic term for referencing a program component such as a stored value, method, interface, or class by a custom-named label is an Identifier.
-
The statement that applies to interpreted programming languages is: A smaller program, normally scripted code, that must be created and repeated every time the code is run.
-
The statement that applies to a compiled programming language compared to an interpreted language is: Takes longer to write the code, but it runs faster.
-
An example of a low-level programming language is ARM.
-
A type of programming logic with only two values, "true" or "false", and is used in both branching and looping programming logic is a Boolean expression.
-
The three key standpoints for organizing code are Readability, maintainability, and scalability.
-
The term often referred to as a scripting language is An interpreted programming language.
-
A type of looping programming logic is while.
-
The best type of identifier for a data item whose value does not change is a Constant.
-
A software methodology that focuses on objects rather than functions is OOP (Object-Oriented Programming).
Similar Questions
Of the following, which best describes a variable? 1 pointA name that refers to a valueA name that refers to a literalA programming-language representation of a type A programming-language representation of a value A statement that associates a variable with a type A statement that associates a value with a variableA statement that associates a type with a valueNone of the above
A _______ is an identifier that denotes a storage location used by a program.ConstantReference typeVariableObject
1.Question 1Which of the following is a piece of structured, stand-alone, and reusable code that will perform a single specific action? 1 pointA function A vector A container An array 2.Question 2Which of the following words is used for the data stored in an object? 1 pointMethod Property Function Behavior 3.Question 3Which of the following identifiers contains a single data item that can change value during the execution of the program? 1 pointVariable Constant Vector Array 4.Question 4Which of the following is a type of programming logic? 1 pointMoving Deciding Looping Hopping 5.Question 5A Boolean variable can have which of the following values? 1 point0, -1 0, 1 1, 2 0, 1, 2
01. Briefly explain of following terms with appropriate examples.a. Class/ Template b. Object/ Instancec. Methods/ Functions d. Attributes/ Propertiese Reference Variables f. Primitive Variablesg. Method Parameters h. Local Variablesi. Default Values j. Declaration Values.k. Constructor l. Instance Blocksm. Static Variables n. Instance Variables
A(n) ____________________ is another way to refer to an object reference variable. A. primitive variable B. pointer C. referer D. instantiated object E. stack collection
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.