OOP Flashcards
What are the three major families of language?
1) Machine Languages
2) Assembly Languages
3) High-Level Languages
It consists of 1 and 0’s and is considered as the “native” language of computer
Machine Languages
It is a step towards easier programming. It has to be translated into machine language before the computer processes it
Assembly Languages
It represents a giant leap towards easier programming
High-Level Languages
It is characterized by sequential sets of linear commands. The focus of such
languages is on structure
Function-Oriented languages
What are the two groups of High-Level Languages?
Function-Oriented languages and Object Oriented languages
The focus of (blank) is not on structure, but on modeling data
Object Oriented languages
TRUE OR FALSE
Java is case sensitive
True
Is a process used to define and analyze data requirements needed to support
the business processes within the scope of corresponding information systems in
organizations
Data Modelling
It is a programming language that was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems’ Java platform
Java
TRUE OR FALSE
Java is guaranteed to be Write
Once, Run Anywhere.
True
TRUE OR FALSE
Java is a free and an open source software
True
TRUE OR FALSE
A method is basically a behavior
True
TRUE OR FALSE
File name can be different with the class name in java
False
TRUE OR FALSE
Java starts from the main() method
True