kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

12th Grade

30 Qs

quiz-placeholder

Similar activities

Using CSS Selectors

Using CSS Selectors

10th - 12th Grade

25 Qs

HTML BASICS

HTML BASICS

KG - University

25 Qs

SKT5 : Bab 3 : f) HTML & CSS

SKT5 : Bab 3 : f) HTML & CSS

10th - 12th Grade

30 Qs

HTML Basics

HTML Basics

11th - 12th Grade

30 Qs

HTML Images & Links Quiz

HTML Images & Links Quiz

11th - 12th Grade

25 Qs

Quiz Kisi-Kisi Coding - STS Ganjil

Quiz Kisi-Kisi Coding - STS Ganjil

KG - Professional Development

25 Qs

แบบทดสอบคำสั่งเลือกทำตามเงื่อนไข

แบบทดสอบคำสั่งเลือกทำตามเงื่อนไข

KG - 12th Grade

25 Qs

CSS Selectors

CSS Selectors

10th - 12th Grade

25 Qs

kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

Assessment

Quiz

Computers

12th Grade

Hard

Created by

ASCJUL NURHIDAYAH

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

manakah perintah script print yang benar

 <script type="text/javascript">

            window.print();

        </script>

 <script">

            window.print();

        </script>

 <script type="text/php">

            window(print());

        </script>

 <script type=" ">

            window.print();

        </script>

 <script type=" ">

            window.print;

        </script>

2.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

manakah perintah menambahkan button print yang benar

<a class="btn btn-success" href="<?= base_url('mahasiswa/edit') ?>"> <i class="fa fa-print"></i>edit</a>

<a class="btn btn-primary" href="<?= base_url('mahasiswa/detail') ?>"> <i class="fa fa-print"></i>detail</a>

<a class="btn btn-danger" href="<?= base_url('mahasiswa/print') ?>"> <i class="fa fa-print"></i>Print</a>

<a class="btn btn-danger" href="<?= base_url('mahasiswa/trash') ?>"> <i class="fa fa-print"></i>trahs</a>

<a class="btn btn-danger" href="<?= base_url('mahasiswa/trash') ?>"> <i class="fa fa-print"></i>trahs

3.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

untuk menjalankan fitur print,maka kita harus membuat

kopi susu angringan

public function print

nasi kuning kantin

perintah jalan

public function

4.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

dimanakah lokasi file print yang harus kita simpan dalam codeigniter

codeigniter/model

codeigniter/core

codeigniter/controller

codeigniter/views

codeigniter/config

5.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

public function print berisi perintah

$this->load->model('M_mhs');

        $data['mahasiswa']= $this->M_mhs->get_data();

       

        $this->load->view('v_mhs', $data);

$query = $this->db->get_where('tb_mahasiswa', array('id' => $id))->row();

        return $query;

$data['mahasiswa'] = $this->m_mahasiswa->tampil_data("tb_mahasiswa")->result();

        $this->load->view('print_mahasiswa', $data);

return $this->db->get_where($table, $where);

$query = $this->db->get_where('tb', array('id' => $id))->row();

        return $query;

6.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

salah satu libraries dari pdf yang di gunakan untuk membuat fitur ekspor pdf adalah ?

FPDF

MPDF

DOMPDF

TCPDF

DDF

7.

MULTIPLE CHOICE QUESTION

2 mins • 3 pts

syntax yang digunakan untuk membuat button ekspor pdf adalah

<a class="btn btn-danger" href="<?php echo base_url('mahasiswa/pdf') ?>"> <i class="fa fa-file"></i>export pdf</a>

<a class="btn btn-danger" href="<?php echo ('mahasiswa/pdf') ?>"> <i class="fa fa-file"></i>export pdf</a>

<a class="btn btn-danger" href="<?php echo base_url('mahasiswa/pdf') ?>"> <i class="fa fa-print"></i>export pdf</a>

<a class="btn btn-danger" href="<?= base_url('mahasiswa/pdf') ?>"> <i class="fa fa-file"></i>export data mahasiswa</a>

href="<?= base_url('mahasiswa/pdf') ?>"> <i class="fa fa-file"></i>export data</a>

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers