Computer Programming Chapter 1 + 2
what is the first thing you put after the 4 // things
#include<iostream>
what numbers are in binary math
0 and 1
binary involves
1 and 0
when was the 1st electric machine made
1890
when was the first computer invented
1945
what was "ENIAC"
1st computer
what does /t mean
5 spaces
what goes before the endl;to end a coding sentence
<<
what was the internet kept secret till the 1980s
DARPA
what computer was the first machine to make a decision
PAS
if i wanted to say "happy" in my program how would i type it in the coding
\"happy\""
what is equivalent to endl; when ending a line in coding
\n
who was the worlds first programmer
ada lovelace
what was the 1st personal computer
altair
ASCII stands for
american standard code for information interchange
what do you have to do to get a \ to show up after coding
an extra one
what company sold the first personal computers to the general public
apple
1,2,3 and 4 are all _______ numbers
arabic
who invented the first computer
army
what is it called when you add the numbers that are 1's depending on what place they are in
base 10
whats it called when you do the division and you use the remainder numbers as you answer
binary
what 2 wars happened in 1990s
browser war and search engine war
the 1920s had the first international..... (BM)
business machine
what are the 2 things of a computer
can process and make decisions
what is the first thing you put at the end of a coding
char ch;
what comes after the char ch;
cin>> ch;
what does COBOL stand for
common business oriented language
PAS was the 1st what
computer
what is COBOL
computer language
what does cout mean
console output
how you always start the coding
cout<< "
how to solve hexidecimal
do the division and remainder is the answer for putting in binary
what was the concept of the computer in Charles Babbage of 1820s
electricity
what do you put at the end of a code to start the next line
endl;
what was the 1st electronic computer called
eniac
what is the FORTRAN
formula translator
what does GUI stand for
graphical user interface
what is it called when u do the division with adding letters
hexidecimal
what goes after using namespace std;
int main ()
what does \a do
makes a beep sound
whose operating system is on most of the personal computers in the world
microsoft
what are the 4 things you put at the top of a program with 2 forward slashes (//)
name, date, title and what it does
who was the first browser to win the browser war in 1990s
netscape
hexidecimal involves
numbers and letter
clang vs. CTT was ______ _______ programming
object oriented
1980s the O.S. war
operating system
what are the 2 things of a calculator
person inputs and counts for them
1970s the P.C. war
personal computer
what does PC stand for
personal computer
what comes after the cin>> ch;
return (0)
who invented the 1st computer in 1945
us army
what goes after the #include<iostream>
using namespace std;
who invented networking and mice but did not try to sell to the public
xerox
what goes after int main ()
{
what comes after the return (0) to end the program
}