smart.gov.qa
Home
Search
Login
Search
Computers and Technology
Computers And Technology
College
As a Waterfall project manager, your goal is to minimize any changes that could lead to scope creep. You want to protect your team from building something the client or stakeholders dont want. What formal and rigorous process could you set up to safeguard against this?
Computers And Technology
High School
Why should you pay your full credit card balance by the due date every month?
Computers And Technology
High School
8.3.7: Exclamat!on Po!ntsWrite the function exclamation that takes a string and then returns the same string with every lowercase i replaced with an exclamation point. Your function should:Convert the initial string to a listUse a for loop to go through your list element by elementWhenever you see a lowercase i, replace it with an exclamation point in the listReturn the stringified version of the list when your for loop is finishedHeres what an example run of your program might look like:exclamation("I like music.")# => I l!ke mus!c.
Computers And Technology
High School
Pls help me plsssss
Computers And Technology
College
You have just purchased a brand new Windows 8 computer. What should you do right away with the Administrator account?
Computers And Technology
High School
which subunit of a heterodimeric cdk is the regulatory subunit?
Computers And Technology
College
A new printer has recently been installed in the office, but it does not print. What is the first source to check for information about the problem? * The manufacturer's website Tech support forums The OS website POST card
Computers And Technology
High School
How many passes will it take to find 16 using a binary search?2, 4, 6, 8, 10, 12, 143421
Computers And Technology
College
A sample member of the list data is a1 = ['male', True] where the second item is True if the person is on the phone.for item in data:if item[0] == 'male':males = males + 1if item[___]:malesOnPhone = malesOnPhone + 1Choices are 1, 2, 3. Answer is for if item[___]:
Computers And Technology
High School
_____ is the dynamic storage allocation algorithm that results in the largest leftover hole in memory.
Computers And Technology
High School
Need Some Photography help
Computers And Technology
High School
if a granola bar has 5.7 grams of protein in it how many centigrams of protein does it contain?A. 57 B. 0.57 C. 570 D. 5,700
Computers And Technology
College
Provide your own examples of the following using Python lists. Create your own examples. Do not copy them from another source. Nested lists The * operator List slices The += operator A list filter A list operation that is legal but does the "wrong" thing, not what the programmer expects Provide the Python code and output for your program and all your examples.
Computers And Technology
College
-Are you interested in modern technology? Why/why not?
Computers And Technology
College
Please debbug this code for mepublic class SavingAccount { // interest rate for all accounts private static double annualInterestRate = 0; private final double savingsBalance; // balance for currrent account // constructor, creates a new account with the specified balance public void SavingAccount( double savingsBalance ) { savingsBalance = savingsBalance; } // end constructor // get monthly interest public void calculateMonthlyInterest() { savingsBalance += savingsBalance * ( annualInterestRate / 12.0 ); } // end method calculateMonthlyInterest // modify interest rate public static void modifyInterestRate( double newRate ) { annualInterestRate = ( newRate >= 0 && newRate
Computers And Technology
High School
write an algorithm to print circumference of a circle
Computers And Technology
High School
Aurelia is designing a user interface for a new game app. Which of the following should she taken into consideration for the user interface?A. how many variables will need to be usedB. what inputs the game will need to take in from the userC. what type of loops will be usedD. whether an array will need to be used
Computers And Technology
College
Question # 9Multiple ChoiceWhich option best describes open source software?a type of software that can be freely used and modifieda type of software that works well with almost all applications and driversa type of software used to sync up to Windowsa type of software used to bundle products together
Computers And Technology
High School
In a computer-controlled greenhouse, a temperature sensor and a window motor are connected to the computer. If the temperature rises above 23, the windows are opened. Draw a flowchart to describe this system.
Computers And Technology
College
Where is the option to set Conditional Formatting rules found?O Insert tab in the Formatting groupO Page Layout tab in the Styles groupO Home tab in the Styles groupFormulas tab in the Formatting group
Computers And Technology
High School
how to stop programs from running at startup windows 10?
Computers And Technology
College
Which of the following is NOT an example of editing?O Adjusting photosO Cutting video and audioO Proofreading written contentO Designing graphics
Computers And Technology
College
Complete the statement using the correct term.The [blank] of the site is what will be displayed on the web page.answer is Body
Computers And Technology
High School
This computer is used by touching your finger.A DesktopC. MainframeB. LaptopD. Tablet
« Previous
Page 9
Next »