ProblemPal
Home
Free Computers and Technology Practice Questions - Improve Your Skills
Computers And Technology
College
Which statement correctly summarizes the role of the project manager (PM) during the execution stage of the project management process? Multiple Choice 2 points 2 00:59:35 The PM requests feedback from team members and communicates big issues to all. The PM monitors progress and resources and adjusts the schedule as needed. The PM reminds team members of their tasks and checks that they are completed. 25 The PM requests feedback from team members and communicates big issues to all. 2 points The PM monitors progress and resources and adjusts the schedule as needed 8 00:59:23 The PM reminds team members of their tasks and checks that they are completed The PM plans for unanticipated problems or contingencies and adjusts the budget
Computers And Technology
College
a tool preset can be used to store all brush-related settings, such as brush shape, blending mode, and opacity, in a single selection. t/f
Computers And Technology
College
C/C++ have two types of arrays -- ones that are created and known at compile time, and ones that are unknown and created at run-time. True False
Computers And Technology
College
A class-scope variable hidden by a block-scope variable can be accessed by preceding the variable name with the class name followed by:1.::2.:3..4.->
Computers And Technology
College
A clique of size k is a subgraph that consists of k vertices that are all connected to each via an edge, i.e., all k(k1)/2 edges exists. In class we proved that the problem of finding whether a graph contains a k -elique is NP-complete. Consider a similar problem: a k -clique with spikes consists of 2k vertices such that the first k elements form a clique and the rest k vertices are connected via an edge a different vertex of the clique. onsider a similar problem: Given a graph G and a number k find whether a k -clique with spikes exists. Show that the problem is NP-conplete.
Computers And Technology
College
is a utility that rearranges the fragmented files on your disk to improve efficiency. O Error Checking O Check Disk O Disk Cleanup O Disk defragmenter
Computers And Technology
College
the frequencies represent the first 8 fibonacci numbers, list the optimal huffman code for these set of frequencies. How can you generalize your optimal Huffman code for the first n Fibonacci numbers?
Computers And Technology
College
Currently, the iMAC is an important product for Apple. While the personal computer market is not growing very quickly, Apple maintains a large share___cash cow
Computers And Technology
College
One of the first computer aided design programs ever developed was also among the first to be integrated into ERP systems. This popular program isO Corel DrawO CADdieO AutoCADO MotoCAD
Computers And Technology
College
_____ gives workers with disabilities the tools they need to overcome their disabilities and is also an effective strategy to recruit, retain, and enhance the productivity of people with disabilities.Assistive technology
Computers And Technology
College
You want to know which files are large files (at least 0.1MB) in your data directory, but you do not want to go through them one by one. So you decide to design a regular expression to help with this. Locate the rule under the p1 target in your Makefile. This rule uses the Is command to list the contents of the data directory in your current folder. The -I option produces the long listing for these contents, which includes their size in bytes. The output of this is command is then piped as input into grep command. The-E option for the grep command allows searching through this text with a regular expression. Replace the regular expression in this grep command to search for any 6 digit number. Since the size of these files are displayed in bytes, the smallest possible six digit number: 100000 corresponds to 0.1MB. When this regular expression is correct, running "make p1" should display the three large files that can be found within the provided data directory. Tip: Start by composing a regex that matches any single digit, and test this to make sure that it works as expected. If you encounter trouble with one specific way of matching single digits, like \d, then please try to find another way that works with grep - E. Once this is working, look for a way to extend this pattern so that it must be repeated exactly six times to be matched.
Computers And Technology
College
one of your customers wants you to build a personal server that he can use in his home. one of his concerns is making sure that he has at least one data backup stored on the server in the event that a disk fails. you have decided to back up his data using raid. since this server is for personal use only, the customer wants to keep costs down. therefore, he would like to keep the number of drives to a minimum. which of the following raid systems would best meet the customer's specifications? RAID 0 RAID 1 RAID 5 RAID 10
Computers And Technology
College
your network configuration needs to be configured to alllow two disparate networks to be connected together, allowing a free flow of traffic
Computers And Technology
College
the federal communications commission defines as anything over 25 mbps. group of answer choices mobile internet access dsl broadband municipal wi-fi
Computers And Technology
College
spreadsheet software offers database capabilities for establishing relationships between different record types. true or false
Computers And Technology
High School
1. What is an AUP? (1 point)O the abbreviation for the school administrator in an online education environmenta document outlining what is acceptable behavior when using the Internet for schoolworka policy outlining the proper formatting to use in Microsoft Office documents for online educationO a short course students can take to understand the school's policies better
Computers And Technology
College
IPv6 handles the possibility of fragmentation by requiring the:A. sending host to discover the size of the path MTU and create packets within that sizeB. sending host to create packets that will fit in the smallest known MTU of any networkC. routers along the delivery path to fragment packets as necessary to fit within the MTU of the hardware on the outbound portD. sending host to specify (in an extension header) how the routers should fragment the dataE. none of these
Computers And Technology
College
Static binding occurs when the compiler binds a function call with the function call that resides in the same class as the call itself.TrueFalse
Computers And Technology
College
question 3 which of the following is an acceptable criterion for determining that a study of an approved drug does not require an ind?
Computers And Technology
College
which of the following steps will most likely help you to find the specific cause of the error without the need to re-install windows?
Computers And Technology
College
For the following code, which statement is NOT true? public class Circle { private double radius; public double x; private double y: } O radius, x, and y are called fields of the Circle class. O radius is not available to code written outside the Circle class. O x is available to code that is written outside the Circle class. The Circle class has a constructor public Circle(double radius, double x, double y) {...}
Computers And Technology
College
In the following statement, what is the purpose of the number 8 in the format specifier?print(f'{number:8,.2f}')
Computers And Technology
College
netstat shows what are active and can also provide statistics based on ports or protocols (tcp, udp, and so on).
Computers And Technology
College
Directions: Select the choice that best fits each statement. The following question(s) refer to the following incomplete class declaration.Which of the following can be used to replace / missing code / so that advance will correctly update the time?A minutes = minutes % 60;B minutes = minutes + hours % 60;C hours = hours + minutes / 60;minutes = minutes % 60;D hours = hours + minutes % 60;minutes = minutes / 60;E hours = hours + minutes / 60;Related Content & Skills
« Previous
Page 11
Next »