

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Introduction to Programming Languages: PHP, COBOL, Fortran, Visual Basic, C++, and C, Quizzes of Computer Science
Typology: Exams
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Describe 1st generation programming language. - correct answerMachine-level, 1s and 0s, "native" language of computer. Binary language is specific to the computing platform. Describe 2nd generating programming language. - correct answerAssembly language. Dependent on specific processor within computer. Describe 3rd generation programming language. - correct answerHIgh-level programming language. Uses a compiler. Describe 4th generation programming language. - correct answerClose to human language. Used for accessing and manipulating databases. Describe 5th generation programming language. - correct answerArtificial intelligence research. Problem solving. Describe C# (C-Sharp) - correct answerPlatform independent. Object orientated language from Microsoft. Describe C++ - correct answerPlatform dependent and used for developing systems and apps software. Describe Java - correct answerPlatform dependent and used on the web (client and server apps) Describe Objective-C - correct answerBased on C, primary language for Apple's Cocoa API on OSX and iPhone systems Describe Ruby - correct answerOpen-source, closs platform object orientated, Ruby on rails Describe Visual Basic .NET - correct answerObject orientated from Microsoft, uses common language runtime (CLR/the interpreter) How many generations of programming languages are there? - correct answer
What are the two different groups of 3rd generation programming languages? Give examples of each one. - correct answer1. Traditional (procedural) is step-by-step; ex: C, Basic, COBOL, ForTran