What is the output of the following code ? int a =3; int b =2; b=a++; cout<<++b;
1. What is the output of the following code ? int a =3; int b =2; b=a++; cout<<++b;
output dari int a =3;
int b =2;
b=a++;
cout<<++b;
adalah
"4"
2. What is the output of the following code snippet? using System; namespace Solution { class Solution { enum color { red, green, blue } static void Main(string[] args) { var c = color.green; Console.WriteLine(); } } }
Jawaban:
i dont understent sorry tolong untuk berbahasa indonesia
3. What is the output of the following code? void printsum(int a, int b = 4) { cout << a + b << endl; } int main() { printsum(13); }
What is the output of the following code?
17
4. what happen to the width of the output if the timing resistor is decreased
It is also decreased.
done
5. Observe the following pseudocode: a := 2; b := 5;tmp := 2*b; b := 2*a; a := tmp; writeln(b, " ", a); what is the output of the code above? 4 10 10 4 2 5 5 2 4 4
Jawaban:
Jawabannya yaitu 4 4
Penjelasan:
Perintah writeln (b, “ “, a)
Sedangkan b = 2* a
Nilai a adalah 2 sehingga totalnya 4 (2x2)
Kemudian kode “ “ menghasilkan spasi
Selanjutnya parameter a dihasilkan dari rumus a:= tmp
Tmp didapatkan dari perkalian 2*b
Nilai b = 2
Maka 2 x 2 = 4
6. Observe the following pseudocode:a := 2; b := 5;tmp := 2*b;b := 2*a;a := tmp;writeln(b, " ", a); what is the output of the code above?4 1010 42 55 24 4
a <-- 2
b <-- 5
tmp <-- 2 x b
tmp <-- 2 x 5
tmp <-- 10
b <-- 2 x a
a <-- tmp
output : nilai dari variabel b 'terbaru' <spasi> nilai dari variabel 'a' terbaru
Penjelasan :
Tinggal masukan aja untuk variabel 'b' dua kali variabel angka 'a' yaitu berapa hasilnya, dan untuk variabel 'a' dengan nilai dari tmp yaitu berapa.
Penjelasan Lanjutan :
b <-- 2 x a
a <-- tmp
Pada baris program ini variabel 'b' terupdate yang semulai bernilai 5 sekarang menjadi 2 x a, begitu pula dengan variabel 'a' yang semula ialah 2 menjadi sama dengan nilai dari variabel tmp yaitu 'berapa'.
Output Program :
Setelah tahu nilai a dan b (atau b dan a). Maka yang akan tertulis di layar atau yang dinamakan 'output' ialah harga atau nilai dari variabel b <spasi> nilai dari variabel a.
7. The input is 4, so multiply by -5 then add -11. What is the output of the function? a. 31 b. -9 c. -31
[tex]4 \times ( - 5) + ( - 11)[/tex]
[tex] = 4 \times ( - 5) - 11[/tex]
[tex] = - (4 \times 5) - 11[/tex]
[tex] = - 20 - 11[/tex]
[tex] = - 31[/tex]
SemogaMembantu
8. By Westlife 5. a. What is the title of the song ? b. what is the verse ? c. Find the chorus of the song ? d. Bridge ? e. Code ? Mohon bantuannya
Jawaban:
a. I Lay My Love on You
b. Just a smile and the rain is gone
Can hardly believe it (yeah)
There's an angel standing next to me
Reaching for my heart
Just a smile and there's no way back
Can hardly believe it (yeah)
But there's an angel calling me
Reaching for my heart
I know, that I'll be ok now
This time it's real
c. I lay my love on you
It's all I wanna do
Every time I breathe
I feel brand new
You open up my heart
Show me all your love, and walk right through
As I lay my love on you
d. I never knew that love could feel so good
Like a once in a lifetime
You change my world
e. I lay my love on you
You make me feel brand new
Show me your love and walk right through (oh, yeah)
As I lay my love on you
I lay my love on you
It's all I wanna do
Every time I breathe
I feel brand new
You open up my heart
Show me all your love, and walk right through
As I lay my love on you
I lay my love on you
You make me feel brand new
Show me all your love and walk right through
As I lay my love on you
As I lay my love on you
9. Under the ISM Code, what is understood by the Shipping Company or “The Company” ? A. The Bareboat Charterer B. The Manager C. Could be any of these D. The Owner
A. the Bareboat Charterer
10. 2. What is the defenition of zip code?
Jawaban:
A ZIP code is a series of postal codes used by the United States Postal Service (USPS)
Jawaban:
Zip code is a short sequence of letters and numbers at the end of your address, which helps the post office to sort the mail.
11. The output power of an engine is 600 kW. if the efficiency of the engine is 75%. Determine the power input .... kW
efisiensi = (keluaran÷masukan) x 100%
75 % = (600 ÷ masukan) x 100%
0,75 = 600 ÷ masukan
masukan = 600 ÷ 0,75 = 800 kW
12. What happens when the coloumn to display the output is less?
Penjelasan:
inggris :
key to navigate to the next match, or the key to the previous match "style =" - webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; font-family: inherit; font-size: 14px; margin: 0px; line-height: 22px; -webkit-appearance: textfield; width: 287px; background: transparent; border: 1px solid rgb (204, 204, 204); box-shadow: none; outline: none; padding: 7px 4px; color: inherit; "> MS Access Guide Introduction1 Designing Database Tables 1.1 Component Table 1.2 Creating Tables 1.3 Read Also 2 Forming Relationship Schemes Between Tables 2.1 Key Columns 2.2 Advantages of Using Relationships 2.3 Relationship Schemes 2.4 Also Read 3 Designing Forms for Data Recording 3.1 Creating Forms3. 2 Adding Interaction Keys 3.3 Read Also 4 Performing Data Queries Using SQL 4.1 Accessing SQL from Microsoft Access 4.2 Selecting Columns from a Table 4.3 Performing a Filter on a Table 4.4 Performing Operations to Form a New Column 4.5 Calculating the Aggregate Value of a Variable and Sorting Value 4.6 Combining Two Data Tables 4.7 Other Queries 4.8 Read Also Published with bookdown Chapter 4 Querying Data Using SQL This guide gives readers a brief overview of common queries or operations used to extract data in relational databases. Things that will be learned include: Access SQL from Microsoft Access Select a column from a table Perform a filter on data Perform operations to form a new column Calculate the aggregate value of a variable and sort the value Combine two other data tables Query In Chapter 4, we will use the relational database schema shown in Figure 1.2. 4.1 Accessing SQL from Microsoft Access To perform a query using SQL, run the following steps: On the Ribbon, click the Create tab, click Query Design, close the Show Table window that appears afterwards On the Design Ribbon click SQL View In the query window that appears, the reader can type the desired query. After the query is inputted, click Run The process will generate a data table according to the input query. To re-edit the inputted query, click View and select SQL View. To save the query press ctrl + s (for windows) or command + s (for macOSX). Figure 4.1: stages of performing a query using SQL. 4.2 Selecting Columns from a Table To select a column in a table, we can use the SELECT command to specify the column name to be retrieved and FROM to specify the table to retrieve the column. In simple terms the process is shown in Figure 4.2. Figure 4.2: Format selecting columns in a table.
13. 1. what happens whenThe width of the column to display the output is less.
Jawaban:
Terjemahan:1. apa yang terjadi kapan
Lebar kolom untuk menampilkan output lebih kecil.
14. activity 16 scan the QR code listen and complete the following teks based on what you have heard. read the complete text and record it. our country is(1) ......... against the outbreak of coronavirus now
Jawaban:
penjelasannya tidak ada
15. What is the benefit of output transducer in the closed-loop control structure? explain what will happen if we control the motor position without the output transducer?
Jawaban:
1.The benefits of a closed loop current transducers are similar to those of a current source, which include higher noise immunity and higher accuracy. The purpose of the current transducer is to measure current
2.gatau
16. apa bahasa indonesianya what is the dress code to go the party
Jawaban:
apakah ukuran gaun yang digunakan untuk pergi ke pesta
maaf kalo salah
17. What is the output of this code : Int a = 4; Int b = 2; ConsoleWrite (a); ConsoleWrite (b); a. 24 b. 4 c. 42 d. 2
Jawaban:
c 42
Penjelasan:
kenapa 42 ?
karena di write nya tidak di tulis Untuk paragraf baru
jika ada yang kurang jelas bisa di reply
18. The output of 0.35:7 is Please respond the same way.
Jawab:
Penjelasan dengan langkah-langkah:
0.35 : 7 = 0.05
Thanks
19. apa bahasa indonesianya what is the dress code to go to the party
Jawaban:
apa kode berpakaian untuk pergi ke pesta?
Jawaban:
Apa bahasa indonesianya: "what is the dress code to go to the party?"
Apa ya baju yang dikenakan untuk ke pestanya?
Penjelasan:
20. What is the output of this code? int a = 2; do { a+=3; } while(a < 4); Console.Write(a);
Jawaban & Penjelasan:
jawabannya adalah 5 tentu saja, karena ketika Anda meletakkan ++ sebelum nama var program menambahkan 1 ke var dan kemudian menyalin nilainya ke b, tetapi jika Anda meletakkannya setelah a seperti a +++ program pertama-tama menerapkan nilai ke b dan setelah itu menambahkan 1 ...
semoga bermanfaat....
0 Comments:
Post a Comment