Module 10 Flashcards
What is abstraction?
A general idea rather than a specific example from real life.
In computers, it hids away the implementation.
Ex: A button in a coffee machine writen “Make Coffee”.
What is Access Time?
Time needed by a memory device to transfer information to the CPU.
What is Architecture in computer science?
The design of a computer or a program.
How the parts are organized relative to each other.
How computers and programs interact with each other.
What is ASP.NET?
Active Server Pages.NET
ASP was a technology that combines HTML with computer code to make dynamic websites.
ASP.NET was a framework for making dynamic websites using technology similar to ASP.
What is Assembly Language?
A low level computer language that can be understood by people.
What is an Assembler?
A computer program that translate assemble code to machine code.
What is front end?
The part of a website visible to the user. The interface of the website.
What is the back end?
The part of the website that the user don’t interact directly.
Ex: database.
What is BASIC?
Beginner’s All-purpose Symbolic Instruction Code.
A language created around mid-1960s to teatch students that has envolved into a more advanced language.
What is C?
One of the most widely-used programming languages developed between 1969 and 1973.
What is C#?
A language based in C invented by microsoft in 1999.
What is C++?
A language based in C created in the beginning of the 1980s.
What means a program to make a call?
to transfer control from a program to a subprogram that can perform a specific task.
What is th Environment?
Is the overall structure within which a user, computers operates.
Ex: an enviroment to create digital painting.
What is a installer?
A special software that installs other softwares.
What is a library?
A collection of file that are often made up of computer code.
What is JQuery?
A JavaScript library used in creating websites.
What are the two meaning of Load?
- To transfer data from one location to another.
- The amount of demand on a computer program or computer system. Ex: on a network of 100 computers, if 80 of them are requesting information from one computer, this computer has a load of 80% of the network.
What is Load Testing?
Test to simulate how a computer performs under certain load conditions.
What is OOP?
Object-oriented programming.
It’s an approach for programming that focuses on objects and information. Objects can have states (condition) and behavior (actions).
What is JASON?
- JavaScript Object Notation.
- Is a system for exchanging information between different computer programs.
3.Mainly used between a server and an internet application.
- Compatible with many languages.
What is a Key?
- A unique identifier for a piece or collection of information. Ex: ID number of a student.
- A password.
What Let means for a computer?
It tell the computer to do something. Ex: “Let: Computer restart”.
What is machine cycle?
The series of steps to complete an instruction.
What a machine cycle is composed of?
- Fetch: Get the next instruction.
- Decode: Translate the instruction so the computer can understand it.
- Execute: Perform the instruction
What are the three scripting languages characteristics?
- Similar to English.
- Can be used with HTML.
- Can program tasks to be automatic.
What is velocity in Cs?
The measure of how much work people are performing in one set period of time.
What is a CRC?
Cyclic Redundancy Check.
It’s a protocol and a number used to check if some data is corrupted on arrival.
How CRC works?
Ex: Let’s say that the numbers 11, 09 and 23 are sent as data. This numbers are put together as the new number 110,923 and divide by a choosen number like, for example, 16. The remainder of this division is a CRC number and it is sent with the data. The receiving computer does the same procedure to check if the data is valid.
What is a Web Application?
A web site where part of the code runs at the browser.
Allows the browser to performs tasks beyond only refreshing the display.
Ex: Dropbox.
What is Perls?
A computer language developed in 1980. Considered very flexible.
What is Fortran?
Computer language. FOrmula TRANSlation. Invented in 1954.
What is COBOL?
Computer language. COmmon Business Oriented Language. Invented in 1959.