Assignment You will create a PowerPoint presentation on one of the topics below. These topics should not require outside research, as your focus should be on the presentation, not the subject. Topics: education, work experiences, career goals, hobbies, family, travel, pets, friends, favorite author Assignment Guidelines: Your presentation must include the following: your name and the name of the course; six to ten slides; a layout, not a plain white slide; at least one transition on each slide; different types of fonts; a page that uses bullets at different indentation levels; at least one picture (clip art is fine); at least one animation on one slide; no spelling or grammar errors. Your presentation needs to be clear and creative with the appropriate amount of text and graphics per slide. You are welcome to use sound effects (not too many-- distracting), word art, and whatever else you think will make your presentation more compelling.
Assignment You will create a PowerPoint presentation on one of the topics below. These topics should not require outside research, as your focus should be on the presentation, not the subject. Topics: education, work experiences, career goals, hobbies, family, travel, pets, friends, favorite author Assignment Guidelines: Your presentation must include the following: your name and the name of the course; six to ten slides; a layout, not a plain white slide; at least one transition on each slide; different types of fonts; a page that uses bullets at different indentation levels; at least one picture (clip art is fine); at least one animation on one slide; no spelling or grammar errors. Your presentation needs to be clear and creative with the appropriate amount of text and graphics per slide. You are welcome to use sound effects (not too many-- distracting), word art, and whatever else you think will make your presentation more compelling.
Complete the sentence. A citizen of any group has both (1)_____ and (2)______ . 1. roles possibilities opportunities rights 2. responsibilities risks faults choices
C++ outputs strange symbols instead of text entered from the keyboard. The message "Введите слово" displays correctly, the number of letters is also correctly counted, and then something happens to the word, incomprehensible characters are displayed instead, and as a result the program does not work correctly (the problem is the same with Cyrillic, Latin, and numbers ". #include #include #include using namespace std; char a[1][50]; int lenght, i, j, f = 0; int main() { setlocale(LC_ALL, "rus"); cout << "Введите слово\n"; cin >> a[1]; lenght = strlen(a[1]); cout << "Длина слова: " << lenght << endl; cout << a[1] << endl; for (j = 0; j <= lenght; j++) { if (a[1][j] == a[1][lenght - j]) continue; else { f = 1; break; } } if (f == 0) cout << "Введенное слово является полиндромом"; else cout << "Введенное слово не является полиндромом"; }
Will mobile banking catch on? Tell some good things about it. Then, explain the problems with it. Would you use a banking app? Why or why not? Use facts from the lesson in your answer. Write your answer below.
The growth of cable and satellite technology forever changed network and broadcast television. This was due to which reasons
Martha purchased a new personal computer. She wants to use it for online banking and payments. Which of the following strategies will help to ensure her browser is secure? Using the same password for all accounts Installing Microsoft Word Blocking unnecessary pop-ups Disabling the home wifi password (For 100 points to whovever answers)
How can sports marketers cater to their female fan base without resorting to stereotypes and overgeneralizations?
1 Dimensioning Check 1 1 point What command allows me to change the appearance of my dimensions? Explode Modify Dimstyle (D) 000 Dim
Which of the following scenarios describes an IT professional using good methods to protect passwords and system access of users? Check all of the boxes that apply. When setting up the e-mail program for each employee's computer, the IT professional has the employee enter his or her e-mail password to protect privacy. The IT professional posts a list of employee usernames and passwords on the wall. The IT professional views an employee's browsing history while the employee is on a fifteen-minute break. the answer is A
What is the mode (most frequent number) of the following set of numbers: [38,39,40,40,40,41,41,41,42,43,44]
hris has received an email that was entirely written using capitalization. He needs to paste this text into another document but also ensure that the capitalization is removed. What should Chris do?