STARLETSCORES
Ultimate Guide for Making Top Grades in College: The Most Concise Guide For Your College Success
- 127
- 0
- 3
Community
- Followers
- Following
130 items
Programming Exam 1
What is an IDE? - correct answerintegrated development environment 
A software tool that helps software programmers to 
write programs, compile them, debug the errors, and run programs conveniently. 
 
Why do we need an IDE in programming? - correct answer- An IDE helps software programmers to conveniently write software 
programs; for examples, the key words are displayed with bold fonts, comments displayed by light color different from the real code. 
• An IDE helps software programmers to e...
- Exam (elaborations)
- • 2 pages •
What is an IDE? - correct answerintegrated development environment 
A software tool that helps software programmers to 
write programs, compile them, debug the errors, and run programs conveniently. 
 
Why do we need an IDE in programming? - correct answer- An IDE helps software programmers to conveniently write software 
programs; for examples, the key words are displayed with bold fonts, comments displayed by light color different from the real code. 
• An IDE helps software programmers to e...
Computer Programming 1 Module One - Post Assessment.docx
A specific numeric value is often called a(n) ... - correct answer numeric constant 
 
Which statement is true of arrays? - correct answer Only whole numbers can be used as array subscripts 
 
When you store data records, they exist in... - correct answer some type of order 
 
... occurs when methods excessively depend on each other and makes programs more prone to errors. - correct answer Tight coupling 
 
Operating system software allows you to use your fingers, a mouse or other pointing devic...
- Exam (elaborations)
- • 5 pages •
A specific numeric value is often called a(n) ... - correct answer numeric constant 
 
Which statement is true of arrays? - correct answer Only whole numbers can be used as array subscripts 
 
When you store data records, they exist in... - correct answer some type of order 
 
... occurs when methods excessively depend on each other and makes programs more prone to errors. - correct answer Tight coupling 
 
Operating system software allows you to use your fingers, a mouse or other pointing devic...
Computer Programming 1 Module One - Post Assessment.docx
What is a programming language? 
ANSWER: The process of writing computer programs. 
 
What are 2 types of programming language? 
ANSWER:High Level language and Low level language. High level is close to us humans so it has more English words. Low level is closer to computers so it has more symbols and digits. 
 
What does Front end and Back end programming mean? 
ANSWER: Front-end relates to everything you CAN see; if you are playing a video game, the graphics are considered front-end. Back-en...
- Exam (elaborations)
- • 4 pages •
What is a programming language? 
ANSWER: The process of writing computer programs. 
 
What are 2 types of programming language? 
ANSWER:High Level language and Low level language. High level is close to us humans so it has more English words. Low level is closer to computers so it has more symbols and digits. 
 
What does Front end and Back end programming mean? 
ANSWER: Front-end relates to everything you CAN see; if you are playing a video game, the graphics are considered front-end. Back-en...
Computer Programming 1: Module One - Post Assessment
Which is not a high-level programming language? - correct answer Machine Language 
 
Which is not an object-oriented programming language? - correct answer BASIC 
 
All programming languages are translated into what language? - correct answer Machine Language 
 
Which language was used to aid scientific and mathematical programmers? - correct answer FORTRAN 
 
Which language is useful for business applications? - correct answer COBOL 
 
RAM - correct answer Is memory where data and instruc...
- Exam (elaborations)
- • 2 pages •
Which is not a high-level programming language? - correct answer Machine Language 
 
Which is not an object-oriented programming language? - correct answer BASIC 
 
All programming languages are translated into what language? - correct answer Machine Language 
 
Which language was used to aid scientific and mathematical programmers? - correct answer FORTRAN 
 
Which language is useful for business applications? - correct answer COBOL 
 
RAM - correct answer Is memory where data and instruc...
Programming Languages:
BASIC - correct answer Beginers All Purpose Instruction Code 
 
COBOL - correct answer Common Business Oriented Language 
 
Fortran - correct answer Formula Translation 
 
Pascal - correct answer influenced by the ALGOL W efforts, with the explicit goals of producing a language that would be efficient both in the compiler and at run-time, allow for the development of well-structured programs, and to be useful for teaching students structured programming.[4] A generation of students used Pasc...
- Exam (elaborations)
- • 2 pages •
BASIC - correct answer Beginers All Purpose Instruction Code 
 
COBOL - correct answer Common Business Oriented Language 
 
Fortran - correct answer Formula Translation 
 
Pascal - correct answer influenced by the ALGOL W efforts, with the explicit goals of producing a language that would be efficient both in the compiler and at run-time, allow for the development of well-structured programs, and to be useful for teaching students structured programming.[4] A generation of students used Pasc...
Programming Languages
BASIC - correct anwerBeginers All Purpose Instruction Code 
 
COBOL - correct anwerCommon Business Oriented Language 
 
Fortran - correct anwerFormula Translation 
 
Pascal - correct anwerinfluenced by the ALGOL W efforts, with the explicit goals of producing a language that would be efficient both in the compiler and at run-time, allow for the development of well-structured programs, and to be useful for teaching students structured programming.[4] A generation of students used Pascal as an int...
- Exam (elaborations)
- • 2 pages •
BASIC - correct anwerBeginers All Purpose Instruction Code 
 
COBOL - correct anwerCommon Business Oriented Language 
 
Fortran - correct anwerFormula Translation 
 
Pascal - correct anwerinfluenced by the ALGOL W efforts, with the explicit goals of producing a language that would be efficient both in the compiler and at run-time, allow for the development of well-structured programs, and to be useful for teaching students structured programming.[4] A generation of students used Pascal as an int...
Intro to Programming Fundamentals Exam 1
An Integrated Development Environment typically consists of: - correct answer Text editor, compiler, debugger 
 
Programmer-defined names of memory locations that may hold data are: - correct answer Variables 
 
According to orientation clip how many hours is required for successful completion of this course? - correct answer 180 hours 
 
A CPU really only understands instructions that are written in machine language. - correct answer True 
 
A(n) ____________ is a set of instructions that t...
- Exam (elaborations)
- • 9 pages •
An Integrated Development Environment typically consists of: - correct answer Text editor, compiler, debugger 
 
Programmer-defined names of memory locations that may hold data are: - correct answer Variables 
 
According to orientation clip how many hours is required for successful completion of this course? - correct answer 180 hours 
 
A CPU really only understands instructions that are written in machine language. - correct answer True 
 
A(n) ____________ is a set of instructions that t...
Principles of Programming 1 (Exam 1)
Programming - correct answerPlanning or scheduling the performance of a tasks or an event. 
 
Computer - correct answerA programmable device that can store, retrieve, and process data. 
 
Computer Program - correct answerA sequence of instructions to be performed by a computer. 
 
Computer Programming - correct answerThe process of planning a sequence of steps for a computer to follow. 
 
Algorithm - correct answerA step-by-step procedure for solving a problem in a finite amount of time. 
 
Prog...
- Exam (elaborations)
- • 9 pages •
Programming - correct answerPlanning or scheduling the performance of a tasks or an event. 
 
Computer - correct answerA programmable device that can store, retrieve, and process data. 
 
Computer Program - correct answerA sequence of instructions to be performed by a computer. 
 
Computer Programming - correct answerThe process of planning a sequence of steps for a computer to follow. 
 
Algorithm - correct answerA step-by-step procedure for solving a problem in a finite amount of time. 
 
Prog...
Programming Fundamentals
Programing 
Is a series of instructions to create a computer program 
Statements 
Instructions base on words, numbers and punctuation . It is a unit of code that specifies an action or a sequence of actions 
Syntax 
Rules in each programming language 
Fotran 
Oldest language, still in use. create by IBM in 1957. 
C 
One of the most widely used language today. Window and UNIX OSes are mostly written in in this language Invented in 1969 
Objective - C 
Invented in 1984. Borrows fromSMALLTALK and C...
- Class notes
- • 3 pages •
Programing 
Is a series of instructions to create a computer program 
Statements 
Instructions base on words, numbers and punctuation . It is a unit of code that specifies an action or a sequence of actions 
Syntax 
Rules in each programming language 
Fotran 
Oldest language, still in use. create by IBM in 1957. 
C 
One of the most widely used language today. Window and UNIX OSes are mostly written in in this language Invented in 1969 
Objective - C 
Invented in 1984. Borrows fromSMALLTALK and C...
International Business Management
Globalization of markets - correct answer Refers to the convergence of a distinct and separate national markets in a country to one global market around the world. (markets in industrial goods and materials that serve a universal need are most global) 
 
Globalization of Production - correct answer Refers to the outsourcing of the production process to minimize cost and get the best production quality 
 
Why are production systems being globalized? - correct answer Because companies want to l...
- Exam (elaborations)
- • 3 pages •
Globalization of markets - correct answer Refers to the convergence of a distinct and separate national markets in a country to one global market around the world. (markets in industrial goods and materials that serve a universal need are most global) 
 
Globalization of Production - correct answer Refers to the outsourcing of the production process to minimize cost and get the best production quality 
 
Why are production systems being globalized? - correct answer Because companies want to l...