smart.gov.qa
Home
Search
Login
Search
Computers and Technology
Computers And Technology
High School
Given a channel with an intended capacity of 20 Mbps, the bandwidth of the channel is 3 MHz. Assuming white thermal noise, what signal-to-noise ratio is required to achieve this capacity?
Computers And Technology
High School
which tab in the browser's dev tools allows us to directly manipulate the dom without having to write code?
Computers And Technology
College
The code segment below is intended to print the length of the shortest string in the array wordArray. Assume that wordArray contains at least one element.int shortest = /* missing value */;for (String word : wordArray) {if (word.length() < shortest) {shortest = word.length();}}System.out.println(shortest);Which of the following should be used as the initial value assigned to shortest so that the code segment works as intended?Integer.MAX_VALUEInteger.MIN_VALUE0word.length()wordArray.length
Computers And Technology
College
Write the c++ program that will create the one-dimensional array of random integer numbers of the size provided by the user and will search it (using the linear search, i.e. by checking all elements one by one) in order to find the particular value. The search should be done by the special function called inside the every iteration of the loop (for each element), returning the information about whether it is the searched element or not. Each function call should be registered by the static variable. The search function should be able to perform the operation left to right or right to left, depending on the users choice. Information returned by the program should include the index of the searched element (which is obviously related to the number of search function calls, stored inside the static variable).
Computers And Technology
High School
old cassette tape sound recordings often would have extra noise on the tape. a new digital computer file only contains the recorded sound. which statement is the best conclusion that can be drawn from this information?
Computers And Technology
College
A stripped down version of Windows Server 2008 operating system that does not include the Windows Explorer Shell and that reduces potential security vulnerabilities and improves uptime.
Computers And Technology
High School
you want a dns server to handle queries for a domain with a standard primary zone hosted on another dns server, and you don't want the server to be authoritative for that zone. how should you configure the server? (choose all that apply.)
Computers And Technology
College
in this phase, your program should receive two filenames as command line arguments, the new books file and request file, which the program should read in. the list of new books and list of requested books should be stored in only two std::vector containers. because some code to open these two files will probably be equivalent, you are encouraged to write generic functions in order to avoid code duplication. new books file
Computers And Technology
College
true/false. byte pair encoding is a data encoding technique. the encoding algorithm looks for pairs of characters that appear in the string more than once and replaces each instance of that pair with a corresponding character that does not appear in the string. the algorithm saves a list containing the mapping of character pairs to their corresponding replacement characters.
Computers And Technology
College
which of the following is the term for a device (usually external to a computer) that is plugged into a computer's communication port or connected wirelessly?
Computers And Technology
High School
what-if analyses are performed using which type of application software? spreadsheet business analytics database word processing
Computers And Technology
College
Which of the following options allows you to align text in your document so that it is fully flush with both margins?Align LeftCenterAlign RightJustify
Computers And Technology
High School
Which remote file access protocol is an extension of SSH?TFTPFTPSSFTPHTTPS
Computers And Technology
High School
you are troubleshooting a computer system and want to review some of the motherboard configuration settings. where is most of this data stored?
Computers And Technology
College
Which of the following are true about a LAN-connected TCP/IP host and its IP routing (forwarding) choices? (Choose two answers.)A. The host always sends packets to its default gateway.B. The host sends packets to its default gateway if the destination IP address is in a different class of IP network than the host.C. The host sends packets to its default gateway if the destination IP address is in a different subnet than the host.D. The host sends packets to its default gateway if the destination IP address is in the same subnet as the host.
Computers And Technology
High School
Which line will change the font family to cursive? . Font-family: "cursive"; . Font: "cursive"; O C. Cursive: font-family: OD D. Font-family is "cursive";
Computers And Technology
High School
in basic network scanning, icmp echo requests (type 8) are sent to host computers from the attacker. which type of packet confirms that the host computer is live?
Computers And Technology
College
the development team should have all the skills needed to:group of answer choicescomplete the project as estimated when the date and cost are committed to the product owner.turn the product backlog items it selects into an increment of potentially releasable product functionality.do all of the development work, except for specialized testing that requires additional tools and environments.
Computers And Technology
College
write the general form and the prediction equation of the regression model for fuel economy using horsepower, quarter mile time, and rear axle ratio as predictors. include interaction terms for horsepower and quarter mile time; horsepower and rear axle ratio
Computers And Technology
College
FILL IN THE BLANK A(n) _____ exists between two entities when each row in the first entity matches many rows in the second entity, and each row in the second entity matches only one row in the first entity.
Computers And Technology
College
which of the following statements is false? program execution begins at main(). a program executes one statement at a time. each statement ends with a period.an output statement outputs a value to the screen.
Computers And Technology
High School
client-based e-mail accounts require a special program called an e-mail client to be installed on your computer. True Or False
Computers And Technology
College
the quality of an lcd monitor or lcd screen depends on several factors. which of the following is not true about the factors that affect lcd display quality?
Computers And Technology
College
which tof the following techniques of datda visualization is used for adding a bit of intentional noise to a visualization
« Previous
Page 51
Next »