use Illuminate\Support\Facades\Route; use App\Http\Controllers\Admin\DisciplineController; use App\Http\Controllers\Admin\TestController; use App\Http\Controllers\Admin\QuestionAdminController; use App\Http\Controllers\Admin\AnswerAdminController; Route::middleware(['auth'])->prefix('admin')->name('admin.')->group(function () { Route::get('/', fn () => redirect()->route('admin.questions.index')); Route::resource('disciplines', DisciplineController::class); Route::resource('tests', TestController::class); Route::resource('questions', QuestionAdminController::class); Route::resource('answers', AnswerAdminController::class); }); Все вопросы — znaet.guru
📚 Все вопросы
Вопросы по дисциплине: Интернет вещей Сбросить фильтр
Вопрос Действия
421 Someone who understands the digital technology is called … Открыть
422 … is an Internet age was the Internet mainly used by professional users Открыть
423 USB flash drives are … storage devices Открыть
424 Temperature sensor is a(n) … device? Открыть
425 … is not an objectives of Green Computing Открыть
426 Backward compatibility of PlayStation CPU insures that Games developed for PlayStation 4 can be played on … Открыть
427 The decimal number 3 is represented in binary as … Открыть
428 An image that is currently opened in Photoshop is stored in … Открыть
429 The binary number 1011 represents the decimal number … Открыть
430 You doubt that … can be represented as binary? Открыть