Is it true or false for this question?
Is it true or false for this question? - 1

Answers

Answer 1
Answer: Your correct I think I’m not sure

Related Questions

You've created a letter from a blank document. To format this letter with a unified font, colors and effects you'll apply a:A. Template. B. Style C. Theme D. Gallery my 1st attempt I tried B. Style and it was wrong.
The process of combining rows and columns in a table is called _____.Choose one answer. a. marrying b. blocking c. banding d. merging
Ryan is designing an app that needs to quickly send low quality photos between users. Most smartphones take much higher quality photos than Ryan needs for his app. Which answer best describes the type of compression Ryan should choose and why?A. Lossless compression since it ensures perfect reconstruction of the photo. B. Lossy compression since it ensures perfect reconstruction of the photo. C. Lossless compression since it typically results in smaller data sizes. D. Lossy compression since it typically results in smaller data sizes.
When you aline a table in relation to the content around it, what happens to the table's cells?
Given that a function receives three parameters a, b, c, of type double, write some code, to be included as part of the function, that checks to see if the value of a is 0; if it is, the code prints the message "no solution for a=0" and returns from the method.

John wants to share resources and move a large volume of data quickly over the Internet. John should use which of the following to transfer his information?

Answers

John should use FTP Services.

For John to quickly transfer a large volume of data, he should have use FTP (File Transfer Protocol). FTP is the network protocol commonly used for exchanging files over the internet. There are a lot of software applications for file share transfer such as FileZilla and SmartFTP.

The organizational structure of the files and folders on a computer is the _______,a. Start Menu
b. Menu folder
c. File folder
d. File directory

Answers

Answer: The answer is d: File directory.

The organizational structure of the files and folders on a computer is the file directory.

Explanation: File directory refers to organizational unit in which files and folders are arranged or organized.

A directory represents a folder of other files. It can as well contain other directories known as subdirectories. Subdirectories are directories that contain another directory. Directories are used to organize files within a storage device like SSD.

D.File directory is your answer

In which way(s) can numbers in a chart be formatted?A.
currency

B.
percentages

C.
decimals

D.
all of these

Answers

the answer is D. just took a test

all of these

The answer is C, Decimals.

Declare and initialize the following variables: monthOfYear, initialized to the value 11 companyRevenue, initialized to the value 5666777 firstClassTicketPrice, initialized to the value 6000 totalPopulation, initialized to the value 1222333

Answers

Answer:

int monthOfYear=11;

long companyRevenue=5666777;

int firstClassTicketPrice=6000;

long totalPopulation=1222333;

Explanation:

Here we have declared four variable   monthOfYear ,  companyRevenue,   firstClassTicketPrice ,  totalPopulation as int ,long, int and long type .We have declared companyRevenue,totalPopulation as long type because it exceed the range of integer.

Following are the program in c language

#include <stdio.h> // header file

int main() // main function

{

int monthOfYear=11; // variable

long companyRevenue=5666777; //variable

int firstClassTicketPrice=6000;//variable

long totalPopulation=1222333;//variable

printf("%d\n%ld\n%d\n%ld",monthOfYear,companyRevenue,firstClassTicketPrice,totalPopulation); // display value

   return 0;

}

Output:

11

5666777

6000

1222333

What is the speed of sound?

Answers

The answer is 340 m/s

can Results shown at the top of the Google search engine results page (SERP) always get high Needs Met ratings

Answers

I think it can't.

The one that get high needs met rating are the pages that satisfy the user's search. The search engine result page that shown at the top of the result doesn't necessarily fulfil this criteria

hope this helps