subject

Identify the terms associated with the given statements below;
1. the placement of paragraph text relative to the left and right margins
2. the symbol that indicates to which paragraph an object is attached
3. formats applied to images that make pictures resemble sketches or paintings
4. a list of items with each item introduced by a symbol such as a small circle or check mark, which is useful when the items on the list can be displayed in any order
5. text symbols such as small circles or check marks that precede each item in a bulleted list
6. web log to express your opinions, show pictures and videos, keep an ongoing diary, or post links to sites you find interesting
7. web site that provides space to which you can post your blogs
8. program that can run automated tasks over the internet typically at a higher rate than would be possible for a human alone
9. a program that protects web sites against bots by generating and grading tests that humans can pass but current computer programs cannot
10. the alignment of text or objects that is centered horizontally between the left and right margin
11. a series of dots preceding a tab that guides the eye across the line
12. a placeholder that displays preset content, such as the current date, the file name, a page number, or other stored information
13. a graphic that can be moved independently of the surrounding text characters
14. characters that display on the screen, but do not print, indicating where the enter key, the spacebar, and the tab key were pressed; also called non-printing characters
15. pictures, clip art images, charts, or drawing objects

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 13:00, jairus34
We as humans write math expression in infix notation, e. g. 5 + 2 (the operators are written in-between the operands). in a computer’s language, however, it is preferred to have the operators on the right side of the operands, i. e. 5 2 +. for more complex expressions that include parenthesis and multiple operators, a compiler has to convert the expression into postfix first and then evaluate the resulting postfix. write a program that takes an “infix” expression as input, uses stacks to convert it into postfix expression, and finally evaluates it. it must support the following operations: + - / * ^ % (example infix expression: (7 - 3) / (2 + 2)postfix expression: 7 3 - 2 2 + /result: 1guidelines: 1. you will need to use stacks in three placesa. one for the parenthesis check [char stack]b. one during infix to postfix [char stack]c. one during evaluation [int stack]for a and b above, you can use same array and same push, pop method as both ofthem are char. but for evaluation you have int stack and you might consider to createanother push pop method to handle it. maybe push_int, pop_int, etc. or find otherstrategy to utilize existing push pop method2. you can create a function for obtaining operator priority. that function should take anoperator as input and return its priority as an integer. this function will you a lot andreduce repeated code3. during evaluation you will need to convert char into integer. example for single digit: char c = '5'; int x = c - '0';
Answers: 2
image
Computers and Technology, 22.06.2019 18:00, Geo777
Suppose an astronomer discovers a large, spherical-shaped body orbiting the sun. the body is composed mostly of rock, and there are no other bodies sharing its orbit. what is the best way to categorize this body? a. planet b. moon c. comet d. asteroid
Answers: 1
image
Computers and Technology, 25.06.2019 06:00, xxaizuwu
Me on this app how do you take a picture of your work
Answers: 1
image
Computers and Technology, 25.06.2019 07:50, demilasyone01
In addition to the four primary computer operations, today's computers typically also perform functions.
Answers: 1
You know the right answer?
Identify the terms associated with the given statements below;
1. the placement of paragraph...

Questions in other subjects:

Konu
History, 06.04.2021 22:00
Konu
Mathematics, 06.04.2021 22:00