english Flashcards
help me
variable
adjective. apt or liable to vary or change
recur
verb (used without object). to occur again, as an event, experience, etc.
apathy
noun. absence or suppression of passion, emotion, or excitement.
rebuff
noun. a blunt or abrupt rejection, as of a person making advances.
universal
adjective. of, relating to, or characteristic of all or the whole
confiscate
verb (used with object). to seize as forfeited to the public domain
absolute
adjective. free from imperfection
grieve
verb (used without object). to feel grief or great sorrow
humorous
adjective. characterized by humor
novice
noun. a person who is new to the circumstances, work, etc., in which he or she is placed
integrate
verb (used with object). to bring together or incorporate (parts) into a whole.
probable
adjective. likely to occur or prove true
committee
noun. a person or group of persons elected or appointed to perform some service or function, as to investigate, report on, or act upon a particular matter.
obsolete
adjective. to removed out of date or just ignore
i am assimilante
i am blinding in with the enviorment
we’ll have to wait for the storm to abate”
we’ll have to wait for the storm to lessin
what does getDate() do
Get the day as a number (1-31)
what does getDay() do
Get the weekday a number (0-6)
what does getFullYear do
Get the four digit year (yyyy)
what does getHours do
Get the hour (0-23)
what does getMilliseconds() do
Get the milliseconds (0-999)
what does getMinutes() do
Get the minutes (0-59)
what does getMonth() do
Get the month (0-11)
what does getHour() do
get the hour 1-24
what does getSeconds do
Get the seconds (0-59)
what does getTime() do
Get the time (milliseconds since January 1, 1970)
who do we use fgets()
e often use the fgets() function to read a line of text. Note that you must include the following arguments: the name of the string variable, sizeof(string_name), and stdin:
what does print() do
printf() is used to output values in C.
how get user input
To get user input, you can use the scanf() function:
what is a Math.round(x)
Returns x rounded to its nearest integer
what the kcuf backwards is Math.ceil(x)
Returns x rounded up to its nearest integer
what the hell is Math.floor(x)
Returns x rounded down to its nearest integer
Math.trunc(x)
Returns the integer part of x (new in ES6)
why do people use if statements
Use if to specify a block of code to be executed, if a specified condition is true
why do people use the else statement
Use else to specify a block of code to be executed, if the same condition is false
why do people use the else if statement
Use else if to specify a new condition to test, if the first condition is false
why do people use the switch statement
Use switch to specify many alternative blocks of code to be executed
<b> - Bold text</b>