kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

kelompok 3 PWPB kelas 12 SMKN 6 KENDARI

12th Grade

30 Qs

quiz-placeholder

Similar activities

HTML and CSS

HTML and CSS

9th - 12th Grade

25 Qs

html

html

KG - 12th Grade

26 Qs

4.01 Test

4.01 Test

9th - 12th Grade

28 Qs

ULANGAN HARIAN PEMROGRAMAN C

ULANGAN HARIAN PEMROGRAMAN C

12th Grade

26 Qs

IST CodeHS Unit 5 Web Design Review

IST CodeHS Unit 5 Web Design Review

9th - 12th Grade

25 Qs

HTML

HTML

10th - 12th Grade

26 Qs

web programming

web programming

9th - 12th Grade

25 Qs

Unit 7 Test

Unit 7 Test

9th - 12th Grade

30 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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?