subject
Computers and Technology, 27.09.2019 03:00 awrgiAg

plis i am begging its a unit test will give 50 points! if right

which combination of options is the keyboard shortcut to access the find dialog box and search a worksheet for particular values?

ctrl+h
ctrl+r
ctrl+f
ctrl+e


in addition to the format commands that are found in the ribbon, which option is available for more extensive formatting?

fix cells dialog box
format cells dialog box
format dialog box
quick access tool bar

donte needs to print specific sections in the workbook, as opposed to the entire workbook. which feature should he use?

page setup
backstage view
print area
option

which keyboard shortcut will create a hyperlink in an excel document?

ctrl+f
ctrl+h
ctrl+k
ctrl+end

which key(s) will launch the spelling checker dialog box?

f8
f7
ctrl+h
f2

which character will always precede an excel formula?

+
!
=
/=

where are commonly accessed commands located by default in excel 2016?

status bar
view tab
search field
quick access tool bar

nick has chosen to hide a worksheet that contains sensitive data when presenting information from his workbook. which statement is correct?

the worksheets that are hidden will retain data, but references to those worksheets will no longer function.

the worksheets that are hidden will have their data removed.

the worksheets that are hidden will retain their data, and references will continue to function as normal

you will have to unhide the worksheets to make references function correctly.

which setting is used to determine the order of printing pages?

collation settings
orientation settings
margin settings
scaling settings

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
Matlab question: use switch and anythe lottery game matches three different integer numbers between 1 and 10. winning depends on how many matching numbers are provided by a player. the player provides three different integers between 1 and 10.if there is a match of all 3 numbers, the winning $ 1000.if there is a match with 2 numbers, the winning $ 10.if there is a match of all with 1 numbers, the winning $ 1.with no match, the winning is $0.write a function lottery3 that checks three numbers provided by a player and determine the winning amount. if the user mistakenly enters same number twice/thrice and if that number matches one of the winning numbers, the code should count that number only once and display correct result. the player doesn’t have to guess the order of numbers.the input to the function lottery3 can have up to two input arguments. the first input argument is a row array numbers with 3 numbers. if the second argument input testcode is present, and is a row vector of 3 values, the function lottery3 uses the code in testcode as the three winning numbers (the test must be three different integer numbers between 1 and 10), else three different numbers will be automatically generated by testcode.the ouput should return the variable winnings and the three winning numbers in the row array winnumbers.hint: make use of the internal function any.restriction: the function must use switch-case statements to determine the winning.example #1: winning = lottery3( [1,2,1],[1,2,3])produceswinning =10example #2: [winning,winnumbers] = lottery3( [1,2,3])produceswinning =3winnumbers =8 5 3
Answers: 1
question
Computers and Technology, 22.06.2019 17:40
Write a modular program (no classes yet, just from what you learned last year), that allows two players to play a game of tic-tac-toe. use a two-dimensional char array with 3 rows and 3 columns as the game board. each element of the array should be initialized with an asterisk (*). the program should display the initial board configuration and then start a loop that does the following: allow player 1 to select a location on the board for an x by entering a row and column number. then redisplay the board with an x replacing the * in the chosen location. if there is no winner yet and the board is not yet full, allow player 2 to select a location on the board for an o by entering a row and column number. then redisplay the board with an o replacing the * in the chosen location. the loop should continue until a player has won or a tie has occurred, then display a message indicating who won, or reporting that a tie occurred. player 1 wins when there are three xs in a row, a column, or a diagonal on the game board. player 2 wins when there are three ox in a row, a column, or a diagonal on the game board. a tie occurs when all of the locations on the board are full, but there is no winner. input validation: only allow legal moves to be entered. the row must be 1, 2, or 3. the column must be 1, 2 3. the (row, column) position entered must currently be empty (i.e., still have an asterisk in it).
Answers: 1
question
Computers and Technology, 22.06.2019 18:00
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
question
Computers and Technology, 24.06.2019 03:30
Auniform resource locator (url) is a formatted string of text that web browsers, email applications, and other software programs use to identify a particular resource on the internet. true false
Answers: 2
You know the right answer?
plis i am begging its a unit test will give 50 points! if right

which combination of o...
Questions
question
Mathematics, 06.04.2021 04:00
question
Mathematics, 06.04.2021 04:00
question
Mathematics, 06.04.2021 04:00
question
Physics, 06.04.2021 04:00
question
Mathematics, 06.04.2021 04:00
Questions on the website: 13722363