logo

Crowdly

Browser

Add to Chrome

Questions Bank (1264284 total)

Який із наведених знакових байтів вдповідає  від’ємному числу –0C16 ?

View this question

До восьмирозрядного порту Port1 підключений вхід семисегментного індикатора.

Виконання якої із наведених функцій забезпечує відображення вказаного символу?

Відповідність сегментів бітам даних зображена на чорно-білому рисунку праворуч .

        

View this question

До виводу Pin1 підключений вхід осцилографа. Як буде виглядати осцилограма під час виконання наведеної програми?

void main(void){

uint8 x;

x = 5;

for(;;){

if  ((x & 4) ==0) Pin1_Write(0); else Pin1_Write(1);

x++;  CyDelay(10);

}

}

0%
0%
0%
0%
0%
0%
View this question

Який з наведених варіантів відповідає числу 0101 0001 0110 ДДК?

View this question

Given  customers table in the sales DB.

Image failed to load
Which of the queries should return the information about all the customers from California state (value of the state column equals 'CA')

View this question

The HAVING clause is often used with the GROUP BY clause

View this question

Match the clauses and their usage

View this question

The query 

SELECT DISTINCT

    column_name

FROM

    table_name;

View this question

Which SQL predicate is used to verify whether a symbolic string is included in the column value?

View this question

Match the SQL predicate with its purpose

View this question