Який із наведених знакових байтів вдповідає від’ємному числу –0C16 ?
До виводу Pin1 підключений вхід осцилографа. Як буде виглядати осцилограма під час виконання наведеної програми?
void main(void){
uint8 x;
x = 5;
for(;;){
if ((x & 4) ==0) Pin1_Write(0); else Pin1_Write(1);
x++; CyDelay(10);
}
}
Який з наведених варіантів відповідає числу 0101 0001 0110 ДДК?
Given customers table in the sales DB.
The HAVING clause is often used with the GROUP BY clause
Match the clauses and their usage
The query
SELECT DISTINCT column_nameFROM table_name;
Which SQL predicate is used to verify whether a symbolic string is included in the column value?
Match the SQL predicate with its purpose
Який з мотивів міграції робочої сили є економічним?