logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1234940 total)

Proszę o wskazanie narzędzi służących budowania programu wynikowego w językach C/C++:

Переглянути це питання

What will be the output of the following R code?

> f <- function(num) {

+ for(i in seq_len(num)) {

+ cat("Hello, world!\n")

+ }

+ }

> f(3)

0%
0%
0%
0%
Переглянути це питання

Slogan WORA — Write Once, Run Anywhere — dobrze właściwości języka:   

0%
0%
0%
Переглянути це питання
What is the (u,v) couple computed by the Extended Euclid algorithm such that :

336.u+225.v = pgcd(336,225) ?

The answer should be a (u,v) couple of integer numbers. For example, if you have found that u = 31 and v = -12, the expected answer is (31,-12)
Переглянути це питання

Interpreter:

0%
100%
0%
Переглянути це питання

На що впливає метрика швидкості передачі даних?

0%
0%
100%
100%
Переглянути це питання

Maszyna wirtualna w programowaniu, przypomina swoim działaniem interpreter.

0%
0%
Переглянути це питання

What will be the output of the following R code?

> f <- function() {

+ ## This is an empty function

+ }

> class(f)

0%
0%
0%
0%
0%
Переглянути це питання

Оберіть визначення аутентифікації у компоненті архітектури системного моніторингу.

0%
0%
0%
0%
Переглянути це питання

How do you convert a vector to a list in R?

0%
0%
0%
0%
Переглянути це питання