subject

1)
which of the following is not a function of a word-processing program?
editing

writing

scanning

printing

2)
what kind of documents do word-processing programs create?
audio

text

graphics

spreadsheet

3)
which type of software do people use most often?
graphics

database

word-processing

spreadsheet

4)
this shows you where text will appear as you type.
scroll box

label

insertion point

toolbar

5)
this means using the mouse or keyboard to move through a document.
formatting

scrolling

printing

editing

6)
this word-processing feature automatically starts a new line of text when the current line is full.
word wrap

autocorrect

autosave

autoformat

7)
when you type a document in a word-processing program, how many blank spaces should you insert between sentences?
4

3

1

2

8)
in windows, file names have these, although they may be hidden from view.
programs

extensions

documents

disks

9)
when you select text, you it.
highlight

edit

print

format

10)
this stores cut or copied text while you work.
clipboard

cut command

select text

copy command

11)
the cut and copy commands are found on this menu.


file

edit

tools

12)
you can use this command to relocate items that are stored on the clipboard.
new

cut

paste

copy

13)
if you delete a word by mistake, you can use this command to put it back.


redo

paste

undo

14)
character formatting lets you change the appearance of these.
paragraphs

letters

pages

sections

15)
in a word-processing program, you press enter to create one of these.
line

paragraph

section

character

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 18:00
File account.java (see previous exercise) contains a definition for a simple bank account class with methods to withdraw, deposit, get the balance and account number, and return a string representation. note that the constructor for this class creates a random account number. save this class to your directory and study it to see how it works. then write the following additional code: 1. suppose the bank wants to keep track of how many accounts exist. a. declare a private static integer variable numaccounts to hold this value. like all instance and static variables, it will be initialized (to 0, since it’s an int) automatically. b. add code to the constructor to increment this variable every time an account is created. c. add a static method getnumaccounts that returns the total number of accounts. think about why this method should be static - its information is not related to any particular account. d. file testaccounts1.java contains a simple program that creates the specified number of bank accounts then uses the getnumaccounts method to find how many accounts were created. save it to your directory, then use it to test your modified account class.
Answers: 3
question
Computers and Technology, 24.06.2019 10:20
Multiple choice project create a program with two multiple choice questions. 1. users have two attempts only, show attempt number each time. hint: while loop with break control. (20%) 2. only one correct answer for each question, use switch case for each question. (20%) 3. show total score after the two questions are answered. hint: . (20%) 4. user have options to answer the two questions again if first attempt score is not 100%. hint: if statment. (20%) 5. use string method .toupper() to allow users to enter with lowercase or uppercase letters. (20%) 1. where is the capital of the state of florida? a. orlando b. tallahassee c. miami d. tampa b 2. where is walt disney world park located in florida? a. orlando b. tallahassee c. miami d. tampa a
Answers: 1
question
Computers and Technology, 24.06.2019 12:50
Write a new lc-3 trap subroutine (i.e. a subroutine that will be invoked via the trap instruction) that will receive a numeric digit entered at the keyboard (i.e. an ascii character), echo it to the screen, and return in r0 the corresponding numeric value: so if the user types the digit '7', the character '7' will appear on the screen, but the value returned in r0 will be b0000 0000 0000 0111 (#7) you may not use any trap calls in your code - you must implement the "polling" code that interrogates the keyboard status and data registers. ; getnum_tsr ; a subroutine for obtaining a numeric value ; given ascii numeric digit input to keyboard. ; the numeric digit is echoed to the console (e.g. '7' = b0000 0000 0011 0111), ; but the value returned in r0 is the actual numeric value ; corresponding to the digit (e.g. b0000 0000 0000 0111 =
Answers: 3
question
Computers and Technology, 24.06.2019 17:50
You will subnet the network address 172.31.103.0/24. the network has the following requirements: ¡ room-114 lan will require 27 host ip addresses ¡ room-279 lan will require 25 host ip addresses ¡ room-312 lan will require 14 host ip addresses ¡ room-407 lan will require 8 host ip addresses how many subnets are needed in the network topology?
Answers: 2
You know the right answer?
1)
which of the following is not a function of a word-processing program?
editing
Questions
question
World Languages, 22.06.2019 23:30
question
Mathematics, 22.06.2019 23:30
Questions on the website: 13722367